/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 64 return EGL_TRUE; in eglInitialize() 68 return EGL_TRUE; in eglTerminate() 83 return EGL_TRUE; in eglChooseConfig() 99 return EGL_TRUE; in eglDestroySurface() 105 return EGL_TRUE; in eglQuerySurface() 109 return EGL_TRUE; in eglReleaseThread() 114 return EGL_TRUE; in eglSurfaceAttrib() 118 return EGL_TRUE; in eglSwapInterval() 128 return EGL_TRUE; in eglDestroyContext() 136 return EGL_TRUE; in eglMakeCurrent() [all …]
|
/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 | 145 return EGL_TRUE; in initialize() 236 return EGL_TRUE; in initialize() 250 return EGL_TRUE; in terminate() 256 return EGL_TRUE; in terminate() 273 res = EGL_TRUE; in terminate() 351 if (result == EGL_TRUE) { in makeCurrent() 357 if (result == EGL_TRUE) { in makeCurrent() 363 if (result == EGL_TRUE) { in makeCurrent()
|
D | eglApi.cpp | 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() [all …]
|
D | egl.cpp | 195 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 109 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid() 161 virtual EGLBoolean connect() { return EGL_TRUE; } in connect() 417 return EGL_TRUE; in connect() 578 return EGL_TRUE; in swapBuffers() 585 return EGL_TRUE; in setSwapRectangle() 601 return EGL_TRUE; in bindDrawSurface() 613 return EGL_TRUE; in bindReadSurface() 699 return EGL_TRUE; in bindDrawSurface() 711 return EGL_TRUE; in bindReadSurface() 783 return EGL_TRUE; in bindDrawSurface() [all …]
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 52 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 53 if (returnVal != EGL_TRUE) { in checkEglError() 294 if (returnValue != EGL_TRUE) { in main() 334 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/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/include/ |
D | glTestLib.h | 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 110 if (result != EGL_TRUE) { in eglSetupContext() 139 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/cmds/flatland/ |
D | GLHelper.cpp | 51 if (result != EGL_TRUE) { in setUp() 68 if (result != EGL_TRUE) { in setUp() 138 if (result != EGL_TRUE) { in makeCurrent() 181 if (result != EGL_TRUE) { in swapBuffers()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 161 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurface() 230 EGL_RECORDABLE_ANDROID, EGL_TRUE, in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight() 329 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/native/opengl/tests/lib/ |
D | glTestLib.cpp | 49 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 112 const bool result = eglSwapBuffers(display(), surface()) == EGL_TRUE; in SwapBuffers() 157 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 | 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/include/GLES/ |
D | egl.h | 94 #define EGL_TRUE 1 macro
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 379 attribs[EGL_RECORDABLE_ANDROID] = EGL_TRUE; in selectEGLConfig() 381 attribs[EGL_FRAMEBUFFER_TARGET_ANDROID] = EGL_TRUE; in selectEGLConfig()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 367 EGLBoolean result = EGL_TRUE; 371 if (result == EGL_TRUE) {
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 38 public static final int EGL_TRUE = 1; field in EGL14
|