OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkCreateWGLContext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkWGL.h
142
HGLRC
SkCreateWGLContext
(HDC dc, int msaaSampleCount, SkWGLContextRequest context);
/external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp
104
if (!(fGlRenderContext =
SkCreateWGLContext
(fDeviceContext, 0, contextType))) {
/external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp
391
HGLRC
SkCreateWGLContext
(HDC dc, int msaaSampleCount, SkWGLContextRequest contextType) {
/external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp
334
fHGLRC =
SkCreateWGLContext
(dc, msaaSampleCount,
Completed in 369 milliseconds