Searched defs:destroyContext (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java97 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { method in class:ViEAndroidGLES20.ContextFactory
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.cpp130 destroyContext(*mContextSet.begin());
447 void Display::destroyContext(gl::Context *context) function in class:egl::Display
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp170 void destroyContext (EGLDisplay display, EGLContext context);
210 void GLES2SharingTest::destroyContext (EGLDisplay display, EGLContext context) function in class:deqp::egl::GLES2SharingTest
313 destroyContext(display.getEGLDisplay(), contextB);
315 destroyContext(display.getEGLDisplay(), contextA);
320 destroyContext(display.getEGLDisplay(), contextA);
322 destroyContext(display.getEGLDisplay(), contextB);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java702 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context); method in interface:GLSurfaceView.EGLContextFactory
716 public void destroyContext(EGL10 egl, EGLDisplay display, method in class:GLSurfaceView.DefaultContextFactory
1042 mEGLContextFactory.destroyContext(mEgl, mEglDisplay, mEglContext);
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h589 void (*destroyContext)(__DRIcontext *context); member in struct:__DRIcoreExtensionRec
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h589 void (*destroyContext)(__DRIcontext *context); member in struct:__DRIcoreExtensionRec
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h391 NPDeviceDestroyContextPtr destroyContext; member in struct:NPDevice
400 /* NPDeviceDestroyContextPtr destroyContext; */
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp703 destroyContext();
716 void WebGLRenderingContextBase::destroyContext() function in class:WebCore::__anon10393::WebGLRenderingContextBase
4225 destroyContext();
4228 printWarningToConsole("loseContextImpl(): after destroyContext()");
4316 destroyContext();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 308 milliseconds