Home
last modified time | relevance | path

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

/external/deqp/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()
/external/skia/modules/canvaskit/
Dgpu.js53 CanvasKit.deleteContext = function(handle) { function in CanvasKit
54 GL.deleteContext(handle);
Dexterns.js64 deleteContext: function() {}, method
DCHANGELOG.md127 - `CanvasKit.deleteContext()` for deleting WebGL contexts when done with them, resizing, etc.
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp59 deleteContext(nullptr), in FunctionsWGL()
112 GetWGLProcAddress(glModule, getProcAddress, "wglDeleteContext", &deleteContext); in initialize()
DFunctionsWGL.h35 PFNWGLDELETECONTEXTPROC deleteContext; variable
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()
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts368 CK.deleteContext(ctx);
Dindex.d.ts291 deleteContext(ctx: WebGLContextHandle): void; method