/external/deqp/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 16 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
|
D | eglwStaticLibrary15.inl | 22 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
|
D | eglwInitCore.inl | 22 dst->destroySurface = (eglDestroySurfaceFunc) loader->get("eglDestroySurface");
|
/external/autotest/client/deps/glbench/src/ |
D | egl_stuff.cc | 41 eglDestroySurface(display_, surface_); in Cleanup() 127 eglDestroySurface(display_, surface_); in TerminateGL()
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 753 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL)); in init() 756 expectFalse(eglDestroySurface((EGLDisplay)-1, DE_NULL)); in init() 763 expectFalse(eglDestroySurface(display, DE_NULL)); in init() 766 expectFalse(eglDestroySurface(display, (EGLSurface)-1)); in init() 942 eglDestroySurface(display, surface); in init() 997 expectTrue(eglDestroySurface(display, surface)); in init() 1149 eglDestroySurface(display, surface); in init() 1234 eglDestroySurface(display, surface); in init() 1265 eglDestroySurface(display, surface); in init() 1296 eglDestroySurface(display, surface); in init()
|
D | teglApiCase.cpp | 135 eglDestroySurface(getDisplay(), got); in expectNoSurface()
|
/external/mesa3d/src/egl/main/ |
D | egl.def | 12 eglDestroySurface
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 13 eglDestroySurface @12
|
D | libEGL.lds | 14 eglDestroySurface;
|
D | libEGL.hpp | 39 EGLBoolean (*eglDestroySurface)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
|
D | main.cpp | 411 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function 585 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 21 eglDestroySurface
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.lds | 12 eglDestroySurface;
|
D | libGLES_CM.def | 11 eglDestroySurface @8
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 146 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 146 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 150 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 150 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
|
/external/swiftshader/tests/unittests/ |
D | unittests.cpp | 198 success = eglDestroySurface(display, surface); in Uninitialize() 942 result = eglDestroySurface(getDisplay(), pbuffer); in doClearTest() 1136 EGLBoolean result = eglDestroySurface(getDisplay(), pbuffer); in TEST_F() 1290 EGLBoolean result = eglDestroySurface(getDisplay(), pbuffer); in TEST_F()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | EglBase14.java | 153 EGL14.eglDestroySurface(eglDisplay, eglSurface); in releaseSurface()
|
D | EglBase10.java | 209 egl.eglDestroySurface(eglDisplay, eglSurface); in releaseSurface()
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 155 eglDestroySurface(engine->display, engine->surface); in engine_term_display()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 274 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
|
/external/mesa3d/include/EGL/ |
D | egl.h | 128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 224 eglDestroySurface(fDisplay, fSurface); in destroyGLContext()
|