Home
last modified time | relevance | path

Searched refs:eglDestroyImageKHR (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp1209 // Test validation of eglDestroyImageKHR in TEST_P()
1215 result = eglDestroyImageKHR(reinterpretHelper<EGLDisplay>(0xBAADF00D), image); in TEST_P()
1221 result = eglDestroyImageKHR(display, reinterpretHelper<EGLImageKHR>(0xBAADF00D)); in TEST_P()
1226 result = eglDestroyImageKHR(display, image); in TEST_P()
1536 eglDestroyImageKHR(getEGLWindow()->getDisplay(), image); in ValidationGLEGLImage_helper()
1692 eglDestroyImageKHR(window->getDisplay(), image); in Source2DTarget2D_helper()
1729 eglDestroyImageKHR(window->getDisplay(), image); in TEST_P()
1763 eglDestroyImageKHR(window->getDisplay(), image); in TEST_P()
1795 eglDestroyImageKHR(window->getDisplay(), image); in TEST_P()
1817 eglDestroyImageKHR(windo in TEST_P()
[all...]
H A DVulkanImageTest.cpp133 EXPECT_EGL_TRUE(eglDestroyImageKHR(display, eglImage)); in TEST_P()
188 EXPECT_EGL_TRUE(eglDestroyImageKHR(display, eglImage)); in TEST_P()
255 EXPECT_EGL_TRUE(eglDestroyImageKHR(display, eglImage)); in TEST_P()
313 EXPECT_EGL_TRUE(eglDestroyImageKHR(display, eglImage)); in TEST_P()
H A DD3DTextureTest.cpp1310 eglDestroyImageKHR(display, image); in RunClearTest()
1401 eglDestroyImageKHR(display, image); in TEST_P()
1536 eglDestroyImageKHR(display, image); in TEST_P()
1611 eglDestroyImageKHR(display, image); in TEST_P()
1821 eglDestroyImageKHR(display, yImage); in RunYUVTest()
1822 eglDestroyImageKHR(display, uvImage); in RunYUVTest()
H A DStateChangeTest.cpp6659 eglDestroyImageKHR(window->getDisplay(), firstEGLImage);
6660 eglDestroyImageKHR(window->getDisplay(), secondEGLImage);
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp169 // eglDestroyImageKHR will remove a ref from the AHardwareBuffer in ~GLTextureHelper()
170 eglDestroyImageKHR(fDisplay, fImage); in ~GLTextureHelper()
235 eglDestroyImageKHR(display, image); in make_gl_backend_texture()
246 eglDestroyImageKHR(display, image); in make_gl_backend_texture()
253 eglDestroyImageKHR(display, image); in make_gl_backend_texture()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp62 EGLBoolean (EGLAPIENTRY* eglDestroyImageKHR)(EGLDisplay dpy, EGLImageKHR image); member in LibEGLexports
H A Dmain.cpp575 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() function
707 this->eglDestroyImageKHR = egl::DestroyImageKHR; in LibEGLexports()
H A DlibEGL.cpp1560 FUNCTION(eglDestroyImageKHR), in GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dtrace_egl_loader_autogen.h105 #define eglDestroyImageKHR t_eglDestroyImageKHR macro
/third_party/skia/third_party/externals/angle2/util/
H A Degl_loader_autogen.h105 #define eglDestroyImageKHR l_eglDestroyImageKHR macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp227 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->destroyImageKHRPtr, eglDestroyImageKHR); in initialize()
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp735 EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() function
/third_party/EGL/api/EGL/
H A Deglext.h193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/third_party/mesa3d/include/EGL/
H A Deglext.h193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
/third_party/mesa3d/src/egl/main/
H A Deglapi.c1824 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) in eglDestroyImageKHR() function

Completed in 44 milliseconds