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()
447 return EGL_TRUE; in eglChooseConfig()
462 return EGL_TRUE; in eglChooseConfig()
472 return cfg->getConfAttrib(attribute,value)? EGL_TRUE:EGL_FALSE; in eglGetConfigAttrib()
584 return EGL_TRUE; in eglDestroySurface()
595 return EGL_TRUE; in eglQuerySurface()
605 return EGL_TRUE; in eglSurfaceAttrib()
666 return EGL_TRUE; in eglDestroyContext()
[all …]
/sdk/emulator/opengl/host/libs/libOpenglRender/
DRenderControl.cpp40 return EGL_TRUE; in rcGetEGLVersion()
275 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_V2/
DtriangleV2.cpp406 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp197 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()