Searched refs:SkCreateWGLContext (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/viewer/sk_app/win/ |
D | GLWindowContext_win.cpp | 55 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext() 68 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, in onInitializeContext()
|
/external/skia/src/utils/win/ |
D | SkWGL.h | 136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
|
D | SkWGL_win.cpp | 407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() function
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 98 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, false, contextType, in WinGLTestContext()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 336 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, deepColor, in attachGL()
|