/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() 123 eglDestroySurface(display_, surface_); in TerminateGL()
|
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieRunner.java | 243 mEgl.eglDestroySurface(mEglDisplay, mPBufferSurface); in doFinishGL() 346 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in stop() 395 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in drawFrame() 449 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in drawFrame()
|
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | SkottieRunner.java | 243 mEgl.eglDestroySurface(mEglDisplay, mPBufferSurface); in doFinishGL() 346 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in stop() 395 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in drawFrame() 449 mEgl.eglDestroySurface(mEglDisplay, mEglSurface); in drawFrame()
|
/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
|
D | eglentrypoint.h | 32 EGL_ENTRYPOINT(eglDestroySurface)
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 13 eglDestroySurface @12
|
D | libEGL.lds | 20 eglDestroySurface;
|
D | libEGL.hpp | 39 EGLBoolean (*eglDestroySurface)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
|
/external/mesa3d/src/egl/ |
D | egl-symbols-check | 29 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 | 128 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 128 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
|
/external/libkmsxx/kmscube/ |
D | cube-egl.cpp | 108 eglDestroySurface(egl.display(), esurface); in ~EglSurface()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 152 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 152 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
|
/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);
|