Searched refs:eglDestroyImage (Results 1 – 14 of 14) sorted by relevance
/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary15.inl | 21 { "eglDestroyImage", (deFunctionPtr)eglDestroyImage },
|
D | eglwInitCore.inl | 21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
|
D | eglwApi.inl | 26 #define eglDestroyImage eglwDestroyImage macro
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 28 eglDestroyImage
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.lds | 19 eglDestroyImage;
|
D | main.cpp | 570 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImage() function
|
D | libEGL.cpp | 1487 FUNCTION(eglDestroyImage), in GetProcAddress()
|
/external/mesa3d/src/egl/main/ |
D | eglentrypoint.h | 30 EGL_ENTRYPOINT(eglDestroyImage)
|
D | eglapi.c | 1724 eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage() function
|
/external/mesa3d/include/EGL/ |
D | egl.h | 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
/external/swiftshader/include/EGL/ |
D | egl.h | 292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
|
/external/deqp/framework/egl/ |
D | egluCallLogWrapperApi.inl | 26 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
|
D | egluCallLogWrapper.inl | 212 eglw::EGLBoolean CallLogWrapper::eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image) function in CallLogWrapper 215 …m_log << TestLog::Message << "eglDestroyImage(" << dpy << ", " << image << ");" << TestLog::EndMes…
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 52 "eglDestroyImage",
|