Home
last modified time | relevance | path

Searched refs:eglDestroyImageKHR (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/packages/services/Car/cpp/evs/support_library/
H A DVideoTex.cpp52 eglDestroyImageKHR(mDisplay, mKHRimage); in ~VideoTex()
67 eglDestroyImageKHR(mDisplay, mKHRimage); in refresh()
H A DRenderBase.cpp219 eglDestroyImageKHR(sDisplay, sKHRimage); in detachRenderTarget()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DVideoTex.cpp59 eglDestroyImageKHR(mDisplay, mKHRimage); in ~VideoTex()
76 eglDestroyImageKHR(mDisplay, mKHRimage); in refresh()
H A DRenderBase.cpp216 eglDestroyImageKHR(sDisplay, sKHRimage); in detachRenderTarget()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLImage.cpp59 if (!eglDestroyImageKHR(mEGLDisplay, mEGLImage)) { in setNativeWindowBuffer()
H A DGLFramebuffer.cpp51 eglDestroyImageKHR(mEGLDisplay, mEGLImage); in setNativeWindowBuffer()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLImage.cpp58 if (!eglDestroyImageKHR(mEGLDisplay, mEGLImage)) { in setNativeWindowBuffer()
H A DGLFramebuffer.cpp49 eglDestroyImageKHR(mEGLDisplay, mEGLImage); in setNativeWindowBuffer()
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc75 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDestroyImageKHR);
189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDestroyImageKHR); in init_stub_library()
H A Dstubs_arm64.cc75 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 DGLUtils.h65 eglDestroyImageKHR(mDisplay, image); in ~AutoEglImage()
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/
H A DCarEvsCameraPreviewRenderer.cpp39 eglDestroyImageKHR(eglCurrentDisplay, gKHRImage); in nativeUpdateTexture()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp80 eglDestroyImageKHR(eglGetCurrentDisplay(), eglImageID); in ~EGLImageBuffer()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt26 eglDestroyImageKHR;
H A Dplatform_entries.in46 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_get_native_client_buffer.txt72 EGLImages are destroyed by eglDestroyImageKHR.
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp608 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in ~EglImage()
620 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) { in createIfNeeded()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in64 EGL_ENTRY(EGLBoolean, eglDestroyImageKHR, EGLDisplay, EGLImageKHR)
H A DeglApi.cpp390 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 DGlWrapper.cpp320 eglDestroyImageKHR(mDisplay, mKHRimage); in shutdown()

12