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()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 …]
40 return EGL_TRUE; in rcGetEGLVersion()275 return (ret ? EGL_TRUE : EGL_FALSE); in rcMakeCurrent()
65 #define EGL_TRUE 1 macro
406 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()
197 if(eglMakeCurrent(d,egl_surface,egl_surface,ctx)!= EGL_TRUE){ in WinMain()