Home
last modified time | relevance | path

Searched refs:eglDestroyImage (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary15.inl21 { "eglDestroyImage", (deFunctionPtr)eglDestroyImage },
DeglwInitCore.inl21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
DeglwApi.inl26 #define eglDestroyImage eglwDestroyImage macro
/external/mesa3d/src/egl/
Degl-symbols-check28 eglDestroyImage
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.lds19 eglDestroyImage;
Dmain.cpp570 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImage() function
DlibEGL.cpp1487 FUNCTION(eglDestroyImage), in GetProcAddress()
/external/mesa3d/src/egl/main/
Deglentrypoint.h30 EGL_ENTRYPOINT(eglDestroyImage)
Deglapi.c1724 eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage() function
/external/mesa3d/include/EGL/
Degl.h292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/external/swiftshader/include/EGL/
Degl.h292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl26 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
DegluCallLogWrapper.inl212 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/
DteglGetProcAddressTests.inl52 "eglDestroyImage",