Home
last modified time | relevance | path

Searched refs:eglDestroySurface (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl16 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
DeglwStaticLibrary15.inl22 { "eglDestroySurface", (deFunctionPtr)eglDestroySurface },
DeglwInitCore.inl22 dst->destroySurface = (eglDestroySurfaceFunc) loader->get("eglDestroySurface");
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc41 eglDestroySurface(display_, surface_); in Cleanup()
127 eglDestroySurface(display_, surface_); in TerminateGL()
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp753 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()
DteglApiCase.cpp135 eglDestroySurface(getDisplay(), got); in expectNoSurface()
/external/mesa3d/src/egl/main/
Degl.def12 eglDestroySurface
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def13 eglDestroySurface @12
DlibEGL.lds14 eglDestroySurface;
DlibEGL.hpp39 EGLBoolean (*eglDestroySurface)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
Dmain.cpp411 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
585 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
/external/mesa3d/src/egl/
Degl-symbols-check21 eglDestroySurface
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds12 eglDestroySurface;
DlibGLES_CM.def11 eglDestroySurface @8
/external/skqp/tools/sk_app/android/
DGLWindowContext_android.cpp146 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp146 SkAssertResult(eglDestroySurface(fDisplay, fSurfaceAndroid)); in onDestroyContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp150 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp150 eglDestroySurface(fDisplay, fEGLSurface); in onDestroyContext()
/external/swiftshader/tests/unittests/
Dunittests.cpp198 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/
DEglBase14.java153 EGL14.eglDestroySurface(eglDisplay, eglSurface); in releaseSurface()
DEglBase10.java209 egl.eglDestroySurface(eglDisplay, eglSurface); in releaseSurface()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c155 eglDestroySurface(engine->display, engine->surface); in engine_term_display()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h274 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/mesa3d/include/EGL/
Degl.h128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp224 eglDestroySurface(fDisplay, fSurface); in destroyGLContext()

12