Home
last modified time | relevance | path

Searched refs:eglDestroySurface (Results 1 – 25 of 41) 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");
DeglwApi.inl28 #define eglDestroySurface eglwDestroySurface macro
/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.cpp729 expectFalse(eglDestroySurface(EGL_NO_DISPLAY, DE_NULL)); in init()
732 expectFalse(eglDestroySurface((EGLDisplay)-1, DE_NULL)); in init()
739 expectFalse(eglDestroySurface(display, DE_NULL)); in init()
742 expectFalse(eglDestroySurface(display, (EGLSurface)-1)); in init()
918 eglDestroySurface(display, surface); in init()
973 expectTrue(eglDestroySurface(display, surface)); in init()
1125 eglDestroySurface(display, surface); in init()
1210 eglDestroySurface(display, surface); in init()
1241 eglDestroySurface(display, surface); in init()
1272 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/
Dexports.map13 eglDestroySurface;
DlibEGL.def13 eglDestroySurface @12
DlibEGL.hpp39 EGLBoolean (*eglDestroySurface)(EGLDisplay dpy, EGLSurface surface); member in LibEGLexports
Dmain.cpp425 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() function
599 this->eglDestroySurface = egl::DestroySurface; in LibEGLexports()
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
Dgles_APICheck.cc69 #define eglDestroySurface FP_eglDestroySurface macro
242 eglDestroySurface(egl_display, egl_surface); in ExitGraphics()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def11 eglDestroySurface @8
Dexports.map12 eglDestroySurface;
/external/skia/tools/viewer/sk_app/android/
DGLWindowContext_android.cpp138 SkAssertResult(eglDestroySurface(fDisplay, fSurface)); in onDestroyContext()
/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/skia/src/views/win/
DSkOSWindow_win.cpp82 eglDestroySurface(fDisplay, fSurface); in ~SkOSWindow()
588 eglDestroySurface(fDisplay, fSurface); in detachANGLE()
/external/mesa3d/include/EGL/
Degl.h273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h274 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp240 eglDestroySurface(fDisplay, fSurface); in destroyGLContext()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp207 eglDestroySurface(fDisplay, fSurface); in destroyGLContext()
/external/swiftshader/include/EGL/
Degl.h128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);

12