/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 52 ASSERT_EQ(EGL_TRUE, success); in TearDown() 69 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 76 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 79 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 82 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 135 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 142 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 145 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 148 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 151 ASSERT_EQ(EGL_TRUE, success); in TEST_F()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 36 if (returnVal != EGL_TRUE) { in checkEglError() 84 if (returnValue != EGL_TRUE) { in main() 113 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 106 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid() 157 virtual EGLBoolean connect() { return EGL_TRUE; } in connect() 405 return EGL_TRUE; in connect() 564 return EGL_TRUE; in swapBuffers() 571 return EGL_TRUE; in setSwapRectangle() 587 return EGL_TRUE; in bindDrawSurface() 599 return EGL_TRUE; in bindReadSurface() 678 return EGL_TRUE; in bindDrawSurface() 690 return EGL_TRUE; in bindReadSurface() 754 return EGL_TRUE; in bindDrawSurface() [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 144 return EGL_TRUE; in initialize() 258 return EGL_TRUE; in initialize() 272 return EGL_TRUE; in terminate() 284 res = EGL_TRUE; in terminate() 355 if (result == EGL_TRUE) { in makeCurrent() 364 if (result == EGL_TRUE) { in makeCurrent() 371 if (result == EGL_TRUE) { in makeCurrent()
|
D | eglApi.cpp | 334 if (result == EGL_TRUE) { in eglDestroySurface() 438 if (result == EGL_TRUE) { in eglDestroyContext() 496 return EGL_TRUE; in eglMakeCurrent() 517 if (result == EGL_TRUE) { in eglMakeCurrent() 941 EGLBoolean res = EGL_TRUE; in eglSwapInterval() 981 EGLBoolean res = EGL_TRUE; in eglBindAPI() 1023 return EGL_TRUE; in eglReleaseThread() 1117 return EGL_TRUE; in eglDestroyImageKHR()
|
D | egl_tls.cpp | 36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) { in egl_tls_t()
|
D | egl.cpp | 274 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 48 if (returnVal != EGL_TRUE) { in checkEglError() 289 if (returnValue != EGL_TRUE) { in main() 328 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 50 if (returnVal != EGL_TRUE) { in checkEglError() 252 if (returnValue != EGL_TRUE) { in main() 284 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 149 if (returnVal != EGL_TRUE) { in checkEglError() 228 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface() 255 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 50 if (returnVal != EGL_TRUE) { in checkEglError() 362 if (returnValue != EGL_TRUE) { in main() 394 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/tests/include/ |
D | glTestLib.h | 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 48 if (returnVal != EGL_TRUE) { in checkEglError() 397 if (returnValue != EGL_TRUE) { in main() 439 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 160 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() 229 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() 328 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 137 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface() 159 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 50 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 107 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers() 152 EGL_RECORDABLE_ANDROID, EGL_TRUE, in InitWithNewContext()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 174 return EGL_TRUE; in initGraphics()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE); 78 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay() 117 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay() 961 if (returnVal != EGL_TRUE) { in checkEglError()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 94 #define EGL_TRUE 1 macro
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 65 #define EGL_TRUE 1 macro
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 53 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 77 if (returnVal != EGL_TRUE) { in checkEglError()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | DisplayHardware.cpp | 263 if (eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, &dummy) == EGL_TRUE) { in init()
|
/frameworks/native/libs/gui/ |
D | SurfaceTexture.cpp | 645 EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in createImage()
|
/frameworks/av/media/libstagefright/tests/ |
D | SurfaceMediaSource_test.cpp | 434 EGL_RECORDABLE_ANDROID, EGL_TRUE, in getConfigAttribs()
|