/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 63 return EGL_TRUE; in eglInitialize() 67 return EGL_TRUE; in eglTerminate() 79 return EGL_TRUE; in eglChooseConfig() 95 return EGL_TRUE; in eglDestroySurface() 101 return EGL_TRUE; in eglQuerySurface() 105 return EGL_TRUE; in eglReleaseThread() 110 return EGL_TRUE; in eglSurfaceAttrib() 114 return EGL_TRUE; in eglSwapInterval() 124 return EGL_TRUE; in eglDestroyContext() 132 return EGL_TRUE; in eglMakeCurrent() [all …]
|
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 51 ASSERT_EQ(EGL_TRUE, success); in TearDown() 68 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 75 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 78 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 81 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 142 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 149 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 152 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 155 ASSERT_EQ(EGL_TRUE, success); in TEST_F() 158 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() 114 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 132 return EGL_TRUE; in initialize() 225 return EGL_TRUE; in initialize() 239 return EGL_TRUE; in terminate() 245 return EGL_TRUE; in terminate() 262 res = EGL_TRUE; in terminate() 343 if (result == EGL_TRUE) { in makeCurrent() 352 if (result == EGL_TRUE) { in makeCurrent() 359 if (result == EGL_TRUE) { in makeCurrent()
|
D | eglApi.cpp | 396 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfig() 607 if (result == EGL_TRUE) { in eglDestroySurface() 705 if (result == EGL_TRUE) { in eglDestroyContext() 763 return EGL_TRUE; in eglMakeCurrent() 786 if (result == EGL_TRUE) { in eglMakeCurrent() 1204 return (err == NO_ERROR) ? EGL_TRUE : in eglSurfaceAttrib() 1262 EGLBoolean res = EGL_TRUE; in eglSwapInterval() 1302 EGLBoolean res = EGL_TRUE; in eglBindAPI() 1339 return EGL_TRUE; in eglReleaseThread() 1781 return EGL_TRUE; in eglPresentationTimeANDROID()
|
D | egl_tls.cpp | 36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) { in egl_tls_t()
|
D | egl.cpp | 202 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid() 159 virtual EGLBoolean connect() { return EGL_TRUE; } in connect() 420 return EGL_TRUE; in connect() 587 return EGL_TRUE; in swapBuffers() 594 return EGL_TRUE; in setSwapRectangle() 610 return EGL_TRUE; in bindDrawSurface() 622 return EGL_TRUE; in bindReadSurface() 708 return EGL_TRUE; in bindDrawSurface() 720 return EGL_TRUE; in bindReadSurface() 791 return EGL_TRUE; in bindDrawSurface() [all …]
|
/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() 329 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() 285 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() 229 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface() 256 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 111 if (result != EGL_TRUE) { in eglSetupContext() 140 if (result != EGL_TRUE) { in eglSetupContext()
|
/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() 395 if (returnValue != EGL_TRUE) { in main()
|
/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() 440 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/cmds/flatland/ |
D | GLHelper.cpp | 52 if (result != EGL_TRUE) { in setUp() 69 if (result != EGL_TRUE) { in setUp() 139 if (result != EGL_TRUE) { in makeCurrent() 182 if (result != EGL_TRUE) { in swapBuffers()
|
/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/base/libs/hwui/ |
D | Image.cpp | 29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in Image()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 138 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface() 160 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 109 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers() 154 EGL_RECORDABLE_ANDROID, EGL_TRUE, in InitWithNewContext()
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 49 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 38 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE); 76 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay() 119 if (returnValue != EGL_TRUE) { in hwcTestInitDisplay() 954 if (returnVal != EGL_TRUE) { in checkEglError()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 174 return EGL_TRUE; in initGraphics()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 377 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE; in selectEGLConfig() 379 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE; in selectEGLConfig()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 144 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
|