HomeSort by relevance Sort by last modified time
    Searched defs:DestroyContext (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 93 void (*DestroyContext)(__DRIcontext *driContextPriv);
  /external/mesa3d/src/egl/main/
eglapi.h 144 DestroyContext_t DestroyContext;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 54 void CJBig2_Context::DestroyContext(CJBig2_Context* pContext) {
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 238 egl.destroyContext(runtimeContext->display, runtimeContext->context);
633 class DestroyContext : public tcu::ThreadUtil::Operation
636 DestroyContext (SharedPtr<GLES2Context> contex);
643 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex)
644 : tcu::ThreadUtil::Operation ("DestroyContext")
650 void DestroyContext::exec (tcu::ThreadUtil::Thread& t)
655 EGLU_CHECK_CALL(thread.egl, destroyContext(m_context->display, m_context->context));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dimm.h 361 virtual HRESULT WINAPI DestroyContext(HIMC hIME) = 0;
436 HRESULT (WINAPI *DestroyContext)(IActiveIMMApp *This,HIMC hIME);
    [all...]
mshtmlc.h     [all...]

Completed in 330 milliseconds