Bug 774841 - Check the proper extension before using ImageTargetTexture2D - r=bgirard

This commit is contained in:
Jeff Gilbert 2012-07-18 13:41:49 -07:00
Родитель de2697fb49
Коммит 8f647b4c56
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1571,7 +1571,9 @@ public:
XSync(dpy, False);
mConfig = nsnull;
if (sEGLLibrary.HasKHRImagePixmap() && sEGLLibrary.HasKHRImageTexture2D()) {
if (sEGLLibrary.HasKHRImagePixmap() &&
mGLContext->IsExtensionSupported(GLContext::OES_EGL_image))
{
mEGLImage =
sEGLLibrary.fCreateImage(EGL_DISPLAY(),
EGL_NO_CONTEXT,