HomeSort by relevance Sort by last modified time
    Searched refs:EGL_TRUE (Results 1 - 12 of 12) sorted by null

  /frameworks/base/opengl/libs/EGL/
egl.cpp 233 tls_t() : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) { }
427 if (tls->logCallWithNoContext == EGL_TRUE) {
508 return EGL_TRUE;
519 return EGL_TRUE;
606 return EGL_TRUE;
654 return EGL_TRUE;
727 res = EGL_TRUE;
734 if (res == EGL_TRUE) {
738 return EGL_TRUE;
761 return EGL_TRUE;
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 99 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
150 virtual EGLBoolean connect() { return EGL_TRUE; }
429 return EGL_TRUE;
616 return EGL_TRUE;
623 return EGL_TRUE;
673 return EGL_TRUE;
685 return EGL_TRUE;
764 return EGL_TRUE;
776 return EGL_TRUE;
840 return EGL_TRUE;
    [all...]
  /frameworks/base/opengl/tests/gl2_basic/
gl2_basic.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
48 if (returnVal != EGL_TRUE) {
290 if (returnValue != EGL_TRUE) {
329 if (returnValue != EGL_TRUE) {
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 149 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
150 if (returnVal != EGL_TRUE) {
229 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 168 if (eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, &dummy) == EGL_TRUE) {
186 if (eglQuerySurface(display, surface, EGL_SWAP_BEHAVIOR, &dummy) == EGL_TRUE) {
198 0, 0, mWidth, mHeight) == EGL_TRUE) {
  /external/webkit/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 134 ASSERT(success == EGL_TRUE);
177 ASSERT(success == EGL_TRUE);
258 ASSERT(success == EGL_TRUE);
276 ASSERT(success == EGL_TRUE);
361 ASSERT(success == EGL_TRUE);
  /frameworks/base/opengl/tests/angeles/
app-linux.cpp 167 return EGL_TRUE;
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 137 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE )
159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE )
  /frameworks/base/opengl/tests/angeles/include/GLES/
egl.h 94 #define EGL_TRUE 1
  /frameworks/base/opengl/include/EGL/
egl.h 65 #define EGL_TRUE 1
  /frameworks/base/libs/rs/
rsContext.cpp 44 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
45 if (returnVal != EGL_TRUE) {
  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 654 EGL_IMAGE_PRESERVED_KHR, EGL_TRUE,

Completed in 1283 milliseconds