Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h83 return nativeType()->destroyImageKHR(dpy, image); in destroyNativeImage()
139 bool destroyImageKHR(EGLImageKHR img);
DEglOsApi.h199 virtual EGLBoolean destroyImageKHR( in destroyImageKHR() function
DEglOsApi_egl.cpp294 virtual EGLBoolean destroyImageKHR(
497 EGLBoolean EglOsEglDisplay::destroyImageKHR( in destroyImageKHR() function in __anon4d714c1e0111::EglOsEglDisplay
DEglDisplay.cpp554 bool EglDisplay:: destroyImageKHR(EGLImageKHR img) { in destroyImageKHR() function in EglDisplay
DEglImp.cpp1483 return dpy->destroyImageKHR(image) ? EGL_TRUE:EGL_FALSE; in eglDestroyImageKHR()