Home
last modified time | relevance | path

Searched refs:EGL_NONE (Results 1 – 14 of 14) sorted by relevance

/sdk/emulator/opengl/host/libs/libOpenglRender/
DFBConfig.cpp176 while (attrib_p[0] != EGL_NONE) { in chooseConfig()
193 *attrib_p = EGL_NONE; in chooseConfig()
198 while (attrib_p[0] != EGL_NONE) { in chooseConfig()
DFrameBuffer.cpp39 EGL_NONE in getGLES2ExtensionString()
51 EGL_NONE in getGLES2ExtensionString()
61 EGL_NONE in getGLES2ExtensionString()
174 EGL_NONE in initialize()
182 EGL_NONE in initialize()
197 EGL_NONE in initialize()
236 EGL_NONE in initialize()
DRenderContext.cpp43 EGL_NONE in create()
DWindowSurface.cpp217 pbufAttribs[4] = EGL_NONE; in resizePbuffer()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglMacApi.cpp57 visualType = EGL_NONE; in pixelFormatToConfig()
58 EGLenum caveat = EGL_NONE; in pixelFormatToConfig()
67 transparentType = EGL_NONE; in pixelFormatToConfig()
DEglValidate.cpp56 return !attrib || attrib[0] == EGL_NONE ; in noAttribs()
DEglX11Api.cpp100 transparentType = EGL_NONE; in pixelFormatToConfig()
137 visualType = EGL_NONE; in pixelFormatToConfig()
143 if (tmp == GLX_NONE) caveat = EGL_NONE; in pixelFormatToConfig()
DEglImp.cpp292 EGLenum transparent_type = EGL_NONE; in eglChooseConfig()
307 while(attrib_list[i] != EGL_NONE && !hasConfigId) { in eglChooseConfig()
357 …if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_SLOW_CONFIG && attrib_list[i+1] != EGL_… in eglChooseConfig()
421 if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_TRANSPARENT_RGB ) { in eglChooseConfig()
521 while(attrib_list[i] != EGL_NONE) { in eglCreatePbufferSurface()
617 while(attrib_list[i] != EGL_NONE) { in eglCreateContext()
DEglWindowsApi.cpp374 visualType = EGL_NONE; in pixelFormatToConfig()
375 EGLenum caveat = EGL_NONE; in pixelFormatToConfig()
390 transparentType = EGL_NONE; in pixelFormatToConfig()
/sdk/emulator/opengl/tests/ut_renderer/
DRendererContext.cpp25 EGLint context_attributes[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in create()
DRendererSurface.cpp35 attrib[pos++] = EGL_NONE; in getEglConfig()
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp74 EGL_NONE
393 EGL_NONE in WinMain()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp54 EGL_NONE