OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glrc
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp
96
HGLRC
glrc
;
local
105
glrc
= fGlRenderContext;
113
glrc
= fPbufferContext->getGLRC();
116
if (!(wglMakeCurrent(dc,
glrc
))) {
160
HGLRC
glrc
;
local
164
glrc
= fGlRenderContext;
167
glrc
= fPbufferContext->getGLRC();
170
if (!wglMakeCurrent(dc,
glrc
)) {
/external/skia/src/utils/win/
SkWGL_win.cpp
342
HGLRC
glrc
= nullptr;
local
354
glrc
= extensions.createContextAttribs(dc, shareContext, glesAttribs);
355
if (nullptr ==
glrc
) {
379
glrc
= extensions.createContextAttribs(dc, shareContext, coreProfileAttribs);
380
if (
glrc
) {
387
if (nullptr ==
glrc
) {
388
glrc
= wglCreateContext(dc);
390
if (!wglShareLists(shareContext,
glrc
)) {
391
wglDeleteContext(
glrc
);
396
SkASSERT(
glrc
);
452
HGLRC
glrc
= create_gl_context(dc, extensions, contextType, shareContext);
local
[
all
...]
SkWGL.h
155
SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC
glrc
);
Completed in 83 milliseconds