Home
last modified time | relevance | path

Searched refs:EGL_TRUE (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp223 return EGL_TRUE; in eglInitialize()
229 return EGL_TRUE; in eglTerminate()
264 return EGL_TRUE; in eglGetConfigs()
444 return EGL_TRUE; in eglChooseConfig()
459 return EGL_TRUE; in eglChooseConfig()
469 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE; in eglGetConfigAttrib()
581 return EGL_TRUE; in eglDestroySurface()
592 return EGL_TRUE; in eglQuerySurface()
602 return EGL_TRUE; in eglSurfaceAttrib()
665 return EGL_TRUE; in eglDestroyContext()
[all …]
/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderControl.cpp40 return EGL_TRUE; in rcGetEGLVersion()
266 return (ret ? EGL_TRUE : EGL_FALSE); in rcMakeCurrent()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h65 #define EGL_TRUE 1 macro
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp200 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp420 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()