Searched refs:textureFromPixmapNOK (Results 1 – 4 of 4) sorted by relevance
614 bool textureFromPixmapNOK = false; member
254 if (!display->getExtensions().textureFromPixmapNOK) in ValidateConfigAttribute()2926 if (!displayExtensions.textureFromPixmapNOK) in ValidateCreatePixmapSurface()2944 if (!displayExtensions.textureFromPixmapNOK) in ValidateCreatePixmapSurface()2961 if (!displayExtensions.textureFromPixmapNOK) in ValidateCreatePixmapSurface()
1285 …sionString("EGL_NOK_texture_from_pixmap", textureFromPixmapNOK, … in getStrings()
906 outExtensions->textureFromPixmapNOK = mGLX.hasExtension("GLX_EXT_texture_from_pixmap"); in generateExtensions()