Home
last modified time | relevance | path

Searched refs:destroyImageKHR (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.h68 bool destroyImageKHR(EGLImageKHR img);
DEglDisplay.cpp302 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR() function in EglDisplay
DEglImp.cpp1065 return dpy->destroyImageKHR(image) ? EGL_TRUE:EGL_FALSE; in eglDestroyImageKHR()