/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | VideoTex.cpp | 52 eglDestroyImageKHR(mDisplay, mKHRimage); in ~VideoTex() 67 eglDestroyImageKHR(mDisplay, mKHRimage); in refresh()
|
H A D | RenderBase.cpp | 219 eglDestroyImageKHR(sDisplay, sKHRimage); in detachRenderTarget()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | VideoTex.cpp | 59 eglDestroyImageKHR(mDisplay, mKHRimage); in ~VideoTex() 76 eglDestroyImageKHR(mDisplay, mKHRimage); in refresh()
|
H A D | RenderBase.cpp | 216 eglDestroyImageKHR(sDisplay, sKHRimage); in detachRenderTarget()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLImage.cpp | 59 if (!eglDestroyImageKHR(mEGLDisplay, mEGLImage)) { in setNativeWindowBuffer()
|
H A D | GLFramebuffer.cpp | 51 eglDestroyImageKHR(mEGLDisplay, mEGLImage); in setNativeWindowBuffer()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLImage.cpp | 58 if (!eglDestroyImageKHR(mEGLDisplay, mEGLImage)) { in setNativeWindowBuffer()
|
H A D | GLFramebuffer.cpp | 49 eglDestroyImageKHR(mEGLDisplay, mEGLImage); in setNativeWindowBuffer()
|
/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImageKHR); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImageKHR); in init_stub_library()
|
H A D | stubs_arm64.cc | 75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImageKHR); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImageKHR); in init_stub_library()
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | GLUtils.h | 65 eglDestroyImageKHR(mDisplay, image); in ~AutoEglImage()
|
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/ |
H A D | CarEvsCameraPreviewRenderer.cpp | 39 eglDestroyImageKHR(eglCurrentDisplay, gKHRImage); in nativeUpdateTexture()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 26 eglDestroyImageKHR;
|
H A D | platform_entries.in | 46 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_get_native_client_buffer.txt | 72 EGLImages are destroyed by eglDestroyImageKHR.
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | EGLConsumer.cpp | 608 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in ~EglImage() 620 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in createIfNeeded()
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 64 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
|
H A D | eglApi.cpp | 390 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) { in eglDestroyImageKHR() function 394 return cnx->platform.eglDestroyImageKHR(dpy, img); in eglDestroyImageKHR()
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | GlWrapper.cpp | 320 eglDestroyImageKHR(mDisplay, mKHRimage); in shutdown()
|