Lines Matching refs:EGL_TRUE
419 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfig()
642 if (result == EGL_TRUE) { in eglDestroySurface()
739 if (result == EGL_TRUE) { in eglDestroyContext()
797 return EGL_TRUE; in eglMakeCurrent()
820 if (result == EGL_TRUE) { in eglMakeCurrent()
856 if (restore_result == EGL_TRUE) { in eglMakeCurrent()
1299 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttrib()
1307 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttrib()
1364 EGLBoolean res = EGL_TRUE; in eglSwapInterval()
1404 EGLBoolean res = EGL_TRUE; in eglBindAPI()
1442 return EGL_TRUE; in eglReleaseThread()
1884 return EGL_TRUE; in eglPresentationTimeANDROID()
1992 return EGL_TRUE; in eglGetNextFrameIdANDROID()
2041 return EGL_TRUE; in eglGetCompositorTimingANDROID()
2078 return EGL_TRUE; in eglGetCompositorTimingSupportedANDROID()
2157 return EGL_TRUE; in eglGetFrameTimestampsANDROID()
2206 return EGL_TRUE; in eglGetFrameTimestampSupportedANDROID()
2211 return value == 0 ? EGL_FALSE : EGL_TRUE; in eglGetFrameTimestampSupportedANDROID()