Home
last modified time | relevance | path

Searched refs:deleteContext (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp160 wglDeleteContextFunc deleteContext; member
180 , 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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp59 deleteContext(nullptr), in FunctionsWGL()
112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
DDisplayWGL.cpp220 mFunctionsWGL->deleteContext(dummyWGLContext); in initializeImpl()
785 mFunctionsWGL->deleteContext(context); in destroyNativeContext()
913 mFunctionsWGL->deleteContext(sharedContext); in createRenderer()
966 mFunctionsWGL->deleteContext(mContext); in ~WorkerContextWGL()
1005 mFunctionsWGL->deleteContext(workerContext); \ in createWorkerContext()
DFunctionsWGL.h35 PFNWGLDELETECONTEXTPROC deleteContext; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp59 deleteContext(nullptr), in FunctionsWGL()
112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
DDisplayWGL.cpp220 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()
DFunctionsWGL.h35 PFNWGLDELETECONTEXTPROC deleteContext; variable
/third_party/skia/modules/canvaskit/
Dgpu.js53 CanvasKit.deleteContext = function(handle) { function in CanvasKit
54 GL.deleteContext(handle);
Dexterns.js64 deleteContext: function() {}, method
DCHANGELOG.md234 - `CanvasKit.deleteContext()` for deleting WebGL contexts when done with them, resizing, etc.
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts880 CK.deleteContext(ctx);
Dindex.d.ts286 deleteContext(ctx: WebGLContextHandle): void; method