Home
last modified time | relevance | path

Searched refs:getGLRC (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp108 winShareContext = shareContext->fPbufferContext ? shareContext->fPbufferContext->getGLRC() in WinGLTestContext()
131 glrc = fPbufferContext->getGLRC(); in WinGLTestContext()
200 glrc = fPbufferContext->getGLRC(); in onPlatformMakeCurrent()
/external/skia/src/utils/win/
DSkWGL.h154 HGLRC getGLRC() const { return fGLRC; } in getGLRC() function