Home
last modified time | relevance | path

Searched refs:SkCreateWGLContext (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp55 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext()
68 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext()
/external/skia/src/utils/win/
DSkWGL.h136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
DSkWGL_win.cpp407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() function
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp98 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType, in WinGLTestContext()
/external/skia/src/views/win/
DSkOSWindow_win.cpp336 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, deepColor, in attachGL()