HomeSort by relevance Sort by last modified time
    Searched refs:DestroyContext (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/mojo/public/gles2/
gles2_private.h 34 virtual void DestroyContext(MojoGLES2Context context) = 0;
gles2_private.cc 40 return g_gles2_support->DestroyContext(context);
  /external/chromium_org/mojo/gles2/
gles2_support_impl.h 28 virtual void DestroyContext(MojoGLES2Context context) OVERRIDE;
gles2_support_impl.cc 77 void GLES2SupportImpl::DestroyContext(MojoGLES2Context context) {
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 55 void DestroyContext();
86 DestroyContext();
97 DestroyContext();
176 void GamepadInstance::DestroyContext() {
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
38 CJBig2_Context::DestroyContext(pContext);
68 CJBig2_Context::DestroyContext(pContext);
111 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
156 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
182 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
195 CJBig2_Context::DestroyContext(m_pJbig2Context->m_pContext);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_sample.cpp 63 DestroyContext();
135 void DestroyContext() {
  /external/skia/platform_tools/nacl/src/
nacl_sample.cpp 63 DestroyContext();
135 void DestroyContext() {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
drisw_util.c 211 driDriverAPI.DestroyContext(pcp);
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
drisw_util.c 211 driDriverAPI.DestroyContext(pcp);
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 74 void DestroyContext(EGLContext ctx);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglfallbacks.c 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
egldisplay.c 301 drv->API.DestroyContext(drv, display, ctx);
  /external/mesa3d/src/egl/main/
eglfallbacks.c 66 drv->API.DestroyContext = (DestroyContext_t) _eglReturnFalse;
egldisplay.c 301 drv->API.DestroyContext(drv, display, ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 247 .DestroyContext = nouveau_context_destroy,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
realglx.c 55 glx.DestroyContext = _real_glXDestroyContext;
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 247 .DestroyContext = nouveau_context_destroy,
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 55 glx.DestroyContext = _real_glXDestroyContext;
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 41 static void DestroyContext(CJBig2_Context *pContext);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 225 void DestroyContext();
399 DestroyContext();
678 DestroyContext();
869 void Planet::DestroyContext() {

Completed in 553 milliseconds

1 2 3