Home
last modified time | relevance | path

Searched refs:SkWGLContextRequest (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/win/
DSkWGL.h126 enum SkWGLContextRequest { enum
142 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, SkWGLContextRequest context);
152 SkWGLContextRequest contextType);
DSkWGL_win.cpp334 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType)… in create_gl_context()
397 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, SkWGLContextRequest contextType) { in SkCreateWGLContext()
422 SkWGLContextRequest contextType) { in Create()
/external/skia/src/gpu/gl/win/
DSkCreatePlatformGLContext_win.cpp85 SkWGLContextRequest contextType = in WinGLContext()