/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 1209 // 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 D | VulkanImageTest.cpp | 133 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 D | D3DTextureTest.cpp | 1310 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 D | StateChangeTest.cpp | 6659 eglDestroyImageKHR(window->getDisplay(), firstEGLImage); 6660 eglDestroyImageKHR(window->getDisplay(), secondEGLImage);
|
/third_party/skia/src/gpu/ |
H A D | GrAHardwareBufferUtils.cpp | 169 // 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 D | libEGL.hpp | 62 EGLBoolean (EGLAPIENTRY* eglDestroyImageKHR)(EGLDisplay dpy, EGLImageKHR image); member in LibEGLexports
|
H A D | main.cpp | 575 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() function 707 this->eglDestroyImageKHR = egl::DestroyImageKHR; in LibEGLexports()
|
H A D | libEGL.cpp | 1560 FUNCTION(eglDestroyImageKHR), in GetProcAddress()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_egl_loader_autogen.h | 105 #define eglDestroyImageKHR t_eglDestroyImageKHR macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | egl_loader_autogen.h | 105 #define eglDestroyImageKHR l_eglDestroyImageKHR macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.cpp | 227 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->destroyImageKHRPtr, eglDestroyImageKHR); in initialize()
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 735 EGLBoolean EGLAPIENTRY eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in eglDestroyImageKHR() function
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglext.h | 212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglext.h | 212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglext.h | 193 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1824 eglDestroyImageKHR(EGLDisplay dpy, EGLImage image) in eglDestroyImageKHR() function
|