Searched refs:EGL_TRUE (Results 1 – 6 of 6) sorted by relevance
374 override { collectingTimestamps = (collect == EGL_TRUE) ? true : false; } in setCollectingTimestamps()375 …int isCollectingTimestamps() const override { return collectingTimestamps ? EGL_TRUE : EGL_FALSE; } in isCollectingTimestamps()428 return EGL_TRUE; in init()697 return EGL_TRUE; in swapBuffers()710 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } in swapBuffers()803 return EGL_TRUE; in init()998 return EGL_TRUE; in eglInitialize()1006 return EGL_TRUE; in eglTerminate()1054 return EGL_TRUE; in eglGetConfigs()1062 return EGL_TRUE; in eglGetConfigs()[all …]
144 if (status != EGL_TRUE) { in initialize()450 return EGL_TRUE; in getAttribValue()475 *value = EGL_TRUE; in getConfigAttrib()476 return EGL_TRUE; in getConfigAttrib()481 return EGL_TRUE; in getConfigAttrib()485 return EGL_TRUE; in getConfigAttrib()489 return EGL_TRUE; in getConfigAttrib()524 return EGL_TRUE; in setAttribValue()578 return EGL_TRUE; in getConfigNativePixelFormat()617 return EGL_TRUE; in getConfigGLPixelFormat()
51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()52 if (returnVal != EGL_TRUE) { in checkEglError()362 if ( eglInitialize(mEglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface()390 if ( eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext) != EGL_TRUE ) in init_gl_surface()
65 #define EGL_TRUE 1 macro
317 return EGL_TRUE; in eglGetConfigAttrib()540 return EGL_TRUE; in eglQueryContext()
733 return EGL_TRUE; in rcDestroyClientImage()