Searched refs:deleteContext (Results 1 – 9 of 9) sorted by relevance
160 wglDeleteContextFunc deleteContext; member180 , deleteContext (DE_NULL) in Functions()219 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()225 !m_functions.deleteContext || in Library()251 m_functions.deleteContext(tmpCtx); in Library()268 m_functions.deleteContext(tmpCtx); in Library()544 wgl.deleteContext(m_context); in Context()557 wgl.deleteContext(m_context); in ~Context()
53 CanvasKit.deleteContext = function(handle) { function in CanvasKit54 GL.deleteContext(handle);
64 deleteContext: function() {}, method
127 - `CanvasKit.deleteContext()` for deleting WebGL contexts when done with them, resizing, etc.
59 deleteContext(nullptr), in FunctionsWGL()112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
35 PFNWGLDELETECONTEXTPROC deleteContext; variable
220 mFunctionsWGL->deleteContext(placeholderWGLContext); in initializeImpl()766 mFunctionsWGL->deleteContext(context); in destroyNativeContext()894 mFunctionsWGL->deleteContext(sharedContext); in createRenderer()947 mFunctionsWGL->deleteContext(mContext); in ~WorkerContextWGL()986 mFunctionsWGL->deleteContext(workerContext); \ in createWorkerContext()
368 CK.deleteContext(ctx);
291 deleteContext(ctx: WebGLContextHandle): void; method