Home
last modified time | relevance | path

Searched refs:EGL_PBUFFER_BIT (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFBConfig.cpp105 if (!(surfaceType & EGL_PBUFFER_BIT)) continue; in initConfigList()
179 attrib_p[1] = EGL_PBUFFER_BIT; //replace whatever was there before in chooseConfig()
190 *(attrib_p++) = EGL_PBUFFER_BIT; in chooseConfig()
DFrameBuffer.cpp36 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in getGLES2ExtensionString()
181 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in initialize()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */ macro
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp51 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
DEglX11Api.cpp139 if(tmp & GLX_PBUFFER_BIT) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
DEglWindowsApi.cpp369 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
DEglImp.cpp506 if(!(cfg->surfaceType() & EGL_PBUFFER_BIT)) { in eglCreatePbufferSurface()