Home
last modified time | relevance | path

Searched defs:eglDestroyImageKHR (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1400 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
/frameworks/native/opengl/libagl/
Degl.cpp2063 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) in eglDestroyImageKHR() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto796 eglDestroyImageKHR = 2037; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1601 const GLMessage_Function GLMessage::eglDestroyImageKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1949 static const Function eglDestroyImageKHR = GLMessage_Function_eglDestroyImageKHR; variable