Searched refs:EGL_PIXMAP_BIT (Results 1 – 3 of 3) sorted by relevance
148 #define EGL_PIXMAP_BIT 0x0002 /* EGL_SURFACE_TYPE mask bits */ macro
366 if(bitmap) supportedSurfaces |= EGL_PIXMAP_BIT; in pixelFormatToConfig()
554 if(!(cfg->surfaceType() & EGL_PIXMAP_BIT)) { in eglCreatePixmapSurface()