HomeSort by relevance Sort by last modified time
    Searched defs:gl_context (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 6 var gl_context; variable
9 gl_context = null;
11 gl_context = canvas.getContext("webgl") ||
14 if (!gl_context) {
25 if (gl_context) {
26 gl_context.clearColor(0.0, 0.0, 0.0, 1.0);
27 gl_context.enable(gl_context.DEPTH_TEST);
28 gl_context.depthFunc(gl_context.LEQUAL)
    [all...]
  /external/chromium_org/ui/gl/
gl_implementation_win.cc 287 HGLRC gl_context = wglCreateContextFn(GLSurfaceWGL::GetDisplayDC()); local
288 if (!gl_context) {
292 if (!wglMakeCurrentFn(GLSurfaceWGL::GetDisplayDC(), gl_context)) {
294 wglDeleteContextFn(gl_context);
302 wglDeleteContext(gl_context);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.h 97 NSOpenGLContext *gl_context; /* OpenGL rendering context */ member in struct:SDL_PrivateVideoData
137 #define gl_context (this->hidden->gl_context) macro
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 451 OpenGLContextStateP gl_context; member in struct:VASurfaceGLX
753 pSurfaceGLX->gl_context = NULL;
887 pSurfaceGLX->gl_context = new_cs;
908 new_cs = pSurfaceGLX->gl_context;
1041 if (!gl_set_current_context(pSurfaceGLX->gl_context, &old_cs))
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 77 struct gl_context;
3384 struct gl_context struct
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 77 struct gl_context;
3384 struct gl_context struct
    [all...]

Completed in 427 milliseconds