OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AGLContext
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h
39
typedef struct __AGLContextRec *
AGLContext
;
83
AGLContext
appleGLContext;
/external/skia/include/gpu/gl/
SkNativeGLContext.h
41
AGLContext
fOldAGLContext;
65
AGLContext
fContext;
/external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp
214
AGLContext
aglContext
;
551
return aglSetCurrentContext(data().
aglContext
);
563
data().
aglContext
= aglGetCurrentContext();
Completed in 106 milliseconds