Home
last modified time | relevance | path

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

/external/skia/src/utils/win/
DSkWGL.h142 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, SkWGLContextRequest context);
DSkWGL_win.cpp391 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, SkWGLContextRequest contextType) { in SkCreateWGLContext() function
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp93 if (!(fGlRenderContext = SkCreateWGLContext(fDeviceContext, 0, contextType))) { in WinGLContext()
/external/skia/src/views/win/
DSkOSWindow_win.cpp334 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, in attachGL()