Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwStaticLibrary15.inl21 { "eglDestroyImage", (deFunctionPtr)eglDestroyImage },
DeglwInitCore.inl21 dst->destroyImage = (eglDestroyImageFunc) loader->get("eglDestroyImage");
DeglwApi.inl26 #define eglDestroyImage eglwDestroyImage macro
/third_party/mesa3d/src/egl/
Degl-symbols.txt16 eglDestroyImage
/third_party/mesa3d/src/egl/main/
Degl.def17 eglDestroyImage
Deglentrypoint.h30 EGL_ENTRYPOINT(eglDestroyImage)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL_deprecated.lds19 eglDestroyImage;
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.def84 eglDestroyImage @43
DlibEGL.cpp335 EGLBoolean EGLAPIENTRY eglDestroyImage(EGLDisplay dpy, EGLImage image) in eglDestroyImage() function
/third_party/EGL/sdk/docs/man/html/
DMakefile31 eglDestroyImage.xhtml \
/third_party/flutter/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp52 ANGLE_UTIL_EXPORT PFNEGLDESTROYIMAGEPROC eglDestroyImage; variable
162 eglDestroyImage = reinterpret_cast<PFNEGLDESTROYIMAGEPROC>(loadProc("eglDestroyImage")); in LoadEGL()
Degl_loader_autogen.h58 ANGLE_UTIL_EXPORT extern PFNEGLDESTROYIMAGEPROC eglDestroyImage;
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.def58 eglDestroyImage
/third_party/EGL/extensions/NV/
DEGL_NV_stream_consumer_eglimage.txt117 eglDestroyImage, a new EGLImage needs to be created via
313 If an acquired EGLImage has not yet released when eglDestroyImage
332 eglDestroyImage, then the stream goes into
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h58 #define eglDestroyImage t_eglDestroyImage macro
/third_party/skia/third_party/externals/angle2/util/
Degl_loader_autogen.h58 #define eglDestroyImage l_eglDestroyImage macro
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp619 eglDestroyImage(mDisplay, image); in textureFromImageTest()
798 eglDestroyImage(mDisplay, image); in textureFromAndroidNativeBufferTest()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Degl.h292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Degl.h292 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/third_party/vk-gl-cts/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…
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h349 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/third_party/mesa3d/include/EGL/
Degl.h330 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/third_party/EGL/api/EGL/
Degl.h330 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h330 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImage (EGLDisplay dpy, EGLImage image);

12