Searched refs:EGL_TRUE (Results 1 – 5 of 5) sorted by relevance
223 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 …]
40 return EGL_TRUE; in rcGetEGLVersion()266 return (ret ? EGL_TRUE : EGL_FALSE); in rcMakeCurrent()
65 #define EGL_TRUE 1 macro
200 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()
420 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()