/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_object.cpp | 102 return EGL_TRUE; in setSmpte2086Attribute() 106 return EGL_TRUE; in setSmpte2086Attribute() 110 return EGL_TRUE; in setSmpte2086Attribute() 114 return EGL_TRUE; in setSmpte2086Attribute() 118 return EGL_TRUE; in setSmpte2086Attribute() 122 return EGL_TRUE; in setSmpte2086Attribute() 126 return EGL_TRUE; in setSmpte2086Attribute() 130 return EGL_TRUE; in setSmpte2086Attribute() 198 return EGL_TRUE; in getSmpte2086Metadata() 216 return EGL_TRUE; in getCta8613Metadata() [all …]
|
H A D | egl_display.cpp | 255 return EGL_TRUE; in initialize() 392 return EGL_TRUE; in initialize() 405 return EGL_TRUE; in terminate() 411 return EGL_TRUE; in terminate() 432 res = EGL_TRUE; in terminate() 505 if (result == EGL_TRUE) { in makeCurrent() 510 if (result == EGL_TRUE) { in makeCurrent() 516 if (result == EGL_TRUE) { in makeCurrent()
|
H A D | egl_platform_entries.cpp | 649 return EGL_TRUE; in sendSurfaceMetadata() 864 return EGL_TRUE; in eglQuerySurfaceImpl() 866 return EGL_TRUE; in eglQuerySurfaceImpl() 868 return EGL_TRUE; in eglQuerySurfaceImpl() 1004 return EGL_TRUE; in eglMakeCurrentImpl() 1458 return EGL_TRUE; in eglSurfaceAttribImpl() 1465 return EGL_TRUE; in eglSurfaceAttribImpl() 1467 return EGL_TRUE; in eglSurfaceAttribImpl() 1562 return EGL_TRUE; in eglReleaseThreadImpl() 2109 return EGL_TRUE; in eglPresentationTimeANDROIDImpl() [all …]
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A 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()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLImage.cpp | 38 attrs.push_back(EGL_TRUE); in buildAttributeList() 42 attrs.push_back(EGL_TRUE); in buildAttributeList()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLImage.cpp | 37 attrs.push_back(EGL_TRUE); in buildAttributeList() 41 attrs.push_back(EGL_TRUE); in buildAttributeList()
|
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/ |
H A 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()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/frameworks/native/opengl/tests/gl2_basic/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/ |
H A 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()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() 35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
|
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/gl_basic/ |
H A 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()
|
/aosp12/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 50 if (result != EGL_TRUE) { in setUp() 67 if (result != EGL_TRUE) { in setUp() 137 if (result != EGL_TRUE) { in makeCurrent() 180 if (result != EGL_TRUE) { in swapBuffers()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 124 secure ? EGL_TRUE : EGL_NONE, in CreateContext() 132 secure ? EGL_TRUE : EGL_NONE, in CreateContext()
|
H A D | gl_layer_stitch_impl.cpp | 107 secure ? EGL_TRUE : EGL_NONE, in CreateContext() 115 secure ? EGL_TRUE : EGL_NONE, in CreateContext()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 110 if (result != EGL_TRUE) { in eglSetupContext() 139 if (result != EGL_TRUE) { in eglSetupContext()
|
/aosp12/frameworks/base/media/mca/filterfw/jni/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/lib/include/ |
H A D | glTestLib.h | 30 void glTestCheckEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
|
/aosp12/frameworks/native/opengl/tests/tritex/ |
H A 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()
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | GLUtils.h | 58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
|