HomeSort by relevance Sort by last modified time
    Searched refs:destroyContext (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 51 void destroyContext(gl::Context *context);
Display.cpp 136 destroyContext(*mContextSet.begin());
453 void Display::destroyContext(gl::Context *context)
libEGL.cpp 784 display->destroyContext(context);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPromisePropertyTest.cpp 146 virtual void destroyContext()
189 virtual void destroyContext() OVERRIDE
192 ScriptPromisePropertyTestBase::destroyContext();
367 destroyContext();
381 destroyContext();
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 170 void destroyContext (EGLDisplay display, EGLContext context);
210 void GLES2SharingTest::destroyContext (EGLDisplay display, EGLContext context)
313 destroyContext(display.getEGLDisplay(), contextB);
315 destroyContext(display.getEGLDisplay(), contextA);
320 destroyContext(display.getEGLDisplay(), contextA);
322 destroyContext(display.getEGLDisplay(), contextB);
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 121 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 97 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 771 void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context);
785 public void destroyContext(EGL10 egl, EGLDisplay display,
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 589 void (*destroyContext)(__DRIcontext *context);
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 391 NPDeviceDestroyContextPtr destroyContext;
400 /* NPDeviceDestroyContextPtr destroyContext; */
    [all...]
  /external/mesa3d/include/GL/internal/
dri_interface.h 589 void (*destroyContext)(__DRIcontext *context);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 517 server->utEnc()->destroyContext(ti->serverConn->utEnc(), getpid(), (uint32_t)ctx);
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 261 (*psc->core->destroyContext) (pcp->driContext);
dri_glx.c 522 (*psc->core->destroyContext) (pcp->driContext);
dri2_glx.c 132 (*psc->core->destroyContext) (pcp->driContext);
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 261 (*psc->core->destroyContext) (pcp->driContext);
dri_glx.c 522 (*psc->core->destroyContext) (pcp->driContext);
dri2_glx.c 132 (*psc->core->destroyContext) (pcp->driContext);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 410 void destroyContext();
    [all...]
WebGLRenderingContextBase.cpp 756 destroyContext();
767 void WebGLRenderingContextBase::destroyContext()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 865 * Called via eglDestroyContext(), drv->API.DestroyContext().
874 dri2_dpy->core->destroyContext(dri2_ctx->dri_context);
922 drv->API.DestroyContext(drv, disp, old_ctx);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 865 * Called via eglDestroyContext(), drv->API.DestroyContext().
874 dri2_dpy->core->destroyContext(dri2_ctx->dri_context);
922 drv->API.DestroyContext(drv, disp, old_ctx);
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 804 milliseconds