OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:create_gl_context
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/utils/win/
SkWGL_win.cpp
328
static HGLRC
create_gl_context
(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType) {
function
413
return
create_gl_context
(dc, extensions, contextType);}
433
HGLRC glrc =
create_gl_context
(dc, extensions, contextType);
Completed in 83 milliseconds