Home
last modified time | relevance | path

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

/external/skia/src/utils/win/
DSkWGL.h120 enum SkWGLContextRequest { enum
136 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
147 SkWGLContextRequest contextType, HGLRC shareContext);
DSkWGL_win.cpp337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context()
408 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
434 SkWGLContextRequest contextType, in Create()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp84 SkWGLContextRequest contextType = in WinGLTestContext()