Searched refs:deleteContext (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 160 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/ |
D | FunctionsWGL.cpp | 59 deleteContext(nullptr), in FunctionsWGL() 112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
|
D | DisplayWGL.cpp | 220 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()
|
D | FunctionsWGL.h | 35 PFNWGLDELETECONTEXTPROC deleteContext; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.cpp | 59 deleteContext(nullptr), in FunctionsWGL() 112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
|
D | DisplayWGL.cpp | 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()
|
D | FunctionsWGL.h | 35 PFNWGLDELETECONTEXTPROC deleteContext; variable
|
/third_party/skia/modules/canvaskit/ |
D | gpu.js | 53 CanvasKit.deleteContext = function(handle) { function in CanvasKit 54 GL.deleteContext(handle);
|
D | externs.js | 64 deleteContext: function() {}, method
|
D | CHANGELOG.md | 234 - `CanvasKit.deleteContext()` for deleting WebGL contexts when done with them, resizing, etc.
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 880 CK.deleteContext(ctx);
|
D | index.d.ts | 286 deleteContext(ctx: WebGLContextHandle): void; method
|