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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
OESVertexArrayObject.h 50 GC3Dboolean isVertexArrayOES(WebGLVertexArrayObjectOES*);
WebGLRenderingContext.h 123 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
151 void depthMask(GC3Dboolean);
196 GC3Dboolean isBuffer(WebGLBuffer*);
198 GC3Dboolean isEnabled(GC3Denum cap);
199 GC3Dboolean isFramebuffer(WebGLFramebuffer*);
200 GC3Dboolean isProgram(WebGLProgram*);
201 GC3Dboolean isRenderbuffer(WebGLRenderbuffer*)
    [all...]
WebGLVertexArrayObjectOES.h 83 void setVertexAttribState(GC3Duint, GC3Dsizei, GC3Dint, GC3Denum, GC3Dboolean, GC3Dsizei, GC3Dintptr, PassRefPtr<WebGLBuffer>);
OESVertexArrayObject.cpp 79 GC3Dboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject)
WebGLVertexArrayObjectOES.cpp 96 GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type, GC3Dboolean normalized, GC3Dsizei stride, GC3Dintptr offset, PassRefPtr<WebGLBuffer> buffer)
WebGLRenderingContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsTypes3D.h 35 typedef unsigned char GC3Dboolean;
GraphicsContext3D.h 543 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha);
552 void depthMask(GC3Dboolean flag);
573 void getBooleanv(GC3Denum pname, GC3Dboolean* value);
598 GC3Dboolean isBuffer(Platform3DObject);
599 GC3Dboolean isEnabled(GC3Denum cap);
600 GC3Dboolean isFramebuffer(Platform3DObject);
601 GC3Dboolean isProgram(Platform3DObject)
    [all...]
GraphicsContext3D.cpp 397 DELEGATE_TO_WEBCONTEXT_4(colorMask, GC3Dboolean, GC3Dboolean, GC3Dboolean, GC3Dboolean)
406 DELEGATE_TO_WEBCONTEXT_1(depthMask, GC3Dboolean)
452 DELEGATE_TO_WEBCONTEXT_2(getBooleanv, GC3Denum, GC3Dboolean*)
496 DELEGATE_TO_WEBCONTEXT_1R(isBuffer, Platform3DObject, GC3Dboolean)
497 DELEGATE_TO_WEBCONTEXT_1R(isEnabled, GC3Denum, GC3Dboolean)
498 DELEGATE_TO_WEBCONTEXT_1R(isFramebuffer, Platform3DObject, GC3Dboolean)
499 DELEGATE_TO_WEBCONTEXT_1R(isProgram, Platform3DObject, GC3Dboolean)
    [all...]
Extensions3D.h 261 GC3Dboolean isVertexArrayOES(Platform3DObject);
304 GC3Dboolean isQueryEXT(Platform3DObject);
Extensions3D.cpp 107 GC3Dboolean Extensions3D::isVertexArrayOES(Platform3DObject array)
152 GC3Dboolean Extensions3D::isQueryEXT(Platform3DObject query)
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 260 virtual GC3Dboolean isQueryEXT(WebGLId) { return true; }

Completed in 230 milliseconds