Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp155 wglDeleteContextFunc deleteContext; member
175 , deleteContext (DE_NULL) in Functions()
214 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()
220 !m_functions.deleteContext || in Library()
246 m_functions.deleteContext(tmpCtx); in Library()
263 m_functions.deleteContext(tmpCtx); in Library()
535 wgl.deleteContext(m_context); in Context()
548 wgl.deleteContext(m_context); in ~Context()
/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(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()