HomeSort by relevance Sort by last modified time
    Searched refs:GC3Dboolean (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsTypes3D.h 34 typedef unsigned char GC3Dboolean;
Extensions3D.h 120 virtual GC3Dboolean isVertexArrayOES(Platform3DObject) = 0;
GraphicsContext3D.h 635 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
645 void depthMask(GC3Dboolean flag);
666 void getBooleanv(GC3Denum pname, GC3Dboolean* value);
694 GC3Dboolean isBuffer(Platform3DObject);
695 GC3Dboolean isEnabled(GC3Denum cap);
696 GC3Dboolean isFramebuffer(Platform3DObject);
697 GC3Dboolean isProgram(Platform3DObject)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
OESVertexArrayObject.h 52 GC3Dboolean isVertexArrayOES(WebGLVertexArrayObjectOES*);
WebGLRenderingContext.h 98 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
124 void depthMask(GC3Dboolean);
169 GC3Dboolean isBuffer(WebGLBuffer*);
171 GC3Dboolean isEnabled(GC3Denum cap);
172 GC3Dboolean isFramebuffer(WebGLFramebuffer*);
173 GC3Dboolean isProgram(WebGLProgram*);
174 GC3Dboolean isRenderbuffer(WebGLRenderbuffer*)
    [all...]
OESVertexArrayObject.cpp 76 GC3Dboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
WebGLFramebuffer.cpp 292 GC3Dboolean colorMask[] = {0, 0, 0, 0}, depthMask = 0;
294 GC3Dboolean isScissorEnabled = 0;
295 GC3Dboolean isDitherEnabled = 0;
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 46 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
Extensions3DQt.cpp 82 GC3Dboolean Extensions3DQt::isVertexArrayOES(Platform3DObject)
GraphicsContext3DQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 51 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);
GraphicsContext3DOpenGL.cpp 483 void GraphicsContext3D::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha)
581 void GraphicsContext3D::depthMask(GC3Dboolean flag)
766 GC3Dboolean GraphicsContext3D::isBuffer(Platform3DObject buffer)
775 GC3Dboolean GraphicsContext3D::isEnabled(GC3Denum cap)
781 GC3Dboolean GraphicsContext3D::isFramebuffer(Platform3DObject framebuffer)
790 GC3Dboolean GraphicsContext3D::isProgram(Platform3DObject program)
799 GC3Dboolean GraphicsContext3D::isRenderbuffer(Platform3DObject renderbuffer
    [all...]
Extensions3DOpenGL.cpp 170 GC3Dboolean Extensions3DOpenGL::isVertexArrayOES(Platform3DObject array)
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 112 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
119 void depthMask(GC3Dboolean flag);
140 void getBooleanv(GC3Denum pname, GC3Dboolean* value);
165 GC3Dboolean isBuffer(Platform3DObject);
166 GC3Dboolean isEnabled(GC3Denum cap);
167 GC3Dboolean isFramebuffer(Platform3DObject);
168 GC3Dboolean isProgram(Platform3DObject)
    [all...]
GraphicsContext3DChromium.cpp 463 DELEGATE_TO_IMPL_4(colorMask, GC3Dboolean, GC3Dboolean, GC3Dboolean, GC3Dboolean)
470 DELEGATE_TO_IMPL_1(depthMask, GC3Dboolean)
516 DELEGATE_TO_IMPL_2(getBooleanv, GC3Denum, GC3Dboolean*)
583 DELEGATE_TO_IMPL_1R(isBuffer, Platform3DObject, GC3Dboolean)
584 DELEGATE_TO_IMPL_1R(isEnabled, GC3Denum, GC3Dboolean)
585 DELEGATE_TO_IMPL_1R(isFramebuffer, Platform3DObject, GC3Dboolean)
586 DELEGATE_TO_IMPL_1R(isProgram, Platform3DObject, GC3Dboolean)
    [all...]
Extensions3DChromium.cpp 134 GC3Dboolean Extensions3DChromium::isVertexArrayOES(Platform3DObject)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
Extensions3DChromium.h 52 virtual GC3Dboolean isVertexArrayOES(Platform3DObject);

Completed in 1626 milliseconds