Searched refs:eglDestroyImageKHR (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
H A DImage.cpp54 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), mImage);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp82 if (image) eglDestroyImageKHR(display, image); \
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp127 { "eglDestroyImageKHR",
128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
1400 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
1409 if (cnx->dso && cnx->egl.eglDestroyImageKHR) {
1410 result = cnx->egl.eglDestroyImageKHR(dp->disp.dpy, img);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp1065 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1066 ALOGE("~EglImage: eglDestroyImageKHR failed");
1080 if (!eglDestroyImageKHR(mEglDisplay, mEglImage)) {
1081 ALOGE("createIfNeeded: eglDestroyImageKHR failed");
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto796 eglDestroyImageKHR = 2037;
/frameworks/native/opengl/include/EGL/
H A Deglext.h85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/frameworks/native/opengl/libagl/
H A Degl.cpp862 { "eglDestroyImageKHR",
863 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1601 const GLMessage_Function GLMessage::eglDestroyImageKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1949 static const Function eglDestroyImageKHR = GLMessage_Function_eglDestroyImageKHR; member in class:android::gltrace::GLMessage
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3292 eglDestroyImageKHR(mEGLDisplay, image);

Completed in 1089 milliseconds