/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 105 return EGL_TRUE; in setSmpte2086Attribute() 109 return EGL_TRUE; in setSmpte2086Attribute() 113 return EGL_TRUE; in setSmpte2086Attribute() 117 return EGL_TRUE; in setSmpte2086Attribute() 121 return EGL_TRUE; in setSmpte2086Attribute() 125 return EGL_TRUE; in setSmpte2086Attribute() 129 return EGL_TRUE; in setSmpte2086Attribute() 133 return EGL_TRUE; in setSmpte2086Attribute() 137 return EGL_TRUE; in setSmpte2086Attribute() 141 return EGL_TRUE; in setSmpte2086Attribute() [all …]
|
D | egl_display.cpp | 281 return EGL_TRUE; in initialize() 438 return EGL_TRUE; in initialize() 452 return EGL_TRUE; in terminate() 458 return EGL_TRUE; in terminate() 479 res = EGL_TRUE; in terminate() 557 if (result == EGL_TRUE) { in makeCurrent() 563 if (result == EGL_TRUE) { in makeCurrent() 569 if (result == EGL_TRUE) { in makeCurrent()
|
D | egl_platform_entries.cpp | 431 if (resAA == EGL_TRUE && numConfigAA > 0) { in eglChooseConfigImpl() 703 return EGL_TRUE; in sendSurfaceMetadata() 905 if (result == EGL_TRUE) { in eglDestroySurfaceImpl() 921 return EGL_TRUE; in eglQuerySurfaceImpl() 923 return EGL_TRUE; in eglQuerySurfaceImpl() 925 return EGL_TRUE; in eglQuerySurfaceImpl() 1013 if (result == EGL_TRUE) { in eglDestroyContextImpl() 1069 return EGL_TRUE; in eglMakeCurrentImpl() 1092 if (result == EGL_TRUE) { in eglMakeCurrentImpl() 1543 return (err == 0) ? EGL_TRUE : setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE); in eglSurfaceAttribImpl() [all …]
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 64 return EGL_TRUE; in eglInitialize() 68 return EGL_TRUE; in eglTerminate() 82 return EGL_TRUE; in eglChooseConfig() 96 return EGL_TRUE; in eglDestroySurface() 101 return EGL_TRUE; in eglQuerySurface() 105 return EGL_TRUE; in eglReleaseThread() 109 return EGL_TRUE; in eglSurfaceAttrib() 113 return EGL_TRUE; in eglSwapInterval() 122 return EGL_TRUE; in eglDestroyContext() 129 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() 77 if (returnValue != EGL_TRUE) { in main() 107 if (returnValue != EGL_TRUE) { in main()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 129 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid() 181 virtual EGLBoolean connect() { return EGL_TRUE; } in connect() 437 return EGL_TRUE; in connect() 598 return EGL_TRUE; in swapBuffers() 605 return EGL_TRUE; in setSwapRectangle() 621 return EGL_TRUE; in bindDrawSurface() 633 return EGL_TRUE; in bindReadSurface() 719 return EGL_TRUE; in bindDrawSurface() 731 return EGL_TRUE; in bindReadSurface() 803 return EGL_TRUE; in bindDrawSurface() [all …]
|
/frameworks/native/libs/renderengine/gl/ |
D | GLImage.cpp | 38 attrs.push_back(EGL_TRUE); in buildAttributeList() 42 attrs.push_back(EGL_TRUE); in buildAttributeList()
|
/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/gl2_basic/ |
D | gl2_basic.cpp | 56 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 57 if (returnVal != EGL_TRUE) { in checkEglError() 331 if (returnValue != EGL_TRUE) { in main() 372 if (returnValue != EGL_TRUE) { in main()
|
/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/av/cmds/screenrecord/ |
D | EglWindow.cpp | 110 if (result != EGL_TRUE) { in eglSetupContext() 139 if (result != EGL_TRUE) { in eglSetupContext()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 150 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError() 151 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_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/native/opengl/tests/lib/include/ |
D | glTestLib.h | 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
D | EGLUtils.h | 169 String8 EGLUtils::checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 171 if (returnVal != EGL_TRUE) {
|
/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/native/opengl/tests/tritex/ |
D | tritex.cpp | 134 if ( eglInitialize(eglDisplay, NULL, NULL) != EGL_TRUE ) in init_gl_surface() 156 if ( eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) != EGL_TRUE ) in init_gl_surface()
|
/frameworks/base/libs/hwui/utils/ |
D | GLUtils.h | 58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
|
/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/lib/ |
D | glTestLib.cpp | 49 if (returnVal != EGL_TRUE) { in glTestCheckEglError()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateSync.cpp | 86 if (value_base && _returnValue == EGL_TRUE) { in android_eglGetSyncAttrib()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 170 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
|