HomeSort by relevance Sort by last modified time
    Searched defs:gl_context (Results 1 - 4 of 4) 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/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 583 milliseconds