Searched refs:GC3Dboolean (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.h | 233 void colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboolean alpha); 242 void depthMask(GC3Dboolean flag); 263 void getBooleanv(GC3Denum pname, GC3Dboolean* value); 288 GC3Dboolean isBuffer(Platform3DObject); 289 GC3Dboolean isEnabled(GC3Denum cap); 290 GC3Dboolean isFramebuffer(Platform3DObject); 291 GC3Dboolean isProgram(Platform3DObject); 292 GC3Dboolean isRenderbuffer(Platform3DObject); 293 GC3Dboolean isShader(Platform3DObject); 294 GC3Dboolean isTexture(Platform3DObject); [all …]
|
D | GraphicsContext3D.cpp | 321 DELEGATE_TO_WEBCONTEXT_4(colorMask, GC3Dboolean, GC3Dboolean, GC3Dboolean, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_4() 330 DELEGATE_TO_WEBCONTEXT_1(depthMask, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_4() 376 DELEGATE_TO_WEBCONTEXT_2(getBooleanv, GC3Denum, GC3Dboolean*) in DELEGATE_TO_WEBCONTEXT_2() argument 420 DELEGATE_TO_WEBCONTEXT_1R(isBuffer, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 421 DELEGATE_TO_WEBCONTEXT_1R(isEnabled, GC3Denum, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 422 DELEGATE_TO_WEBCONTEXT_1R(isFramebuffer, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 423 DELEGATE_TO_WEBCONTEXT_1R(isProgram, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 424 DELEGATE_TO_WEBCONTEXT_1R(isRenderbuffer, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 425 DELEGATE_TO_WEBCONTEXT_1R(isShader, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() 426 DELEGATE_TO_WEBCONTEXT_1R(isTexture, Platform3DObject, GC3Dboolean) in DELEGATE_TO_WEBCONTEXT_3() [all …]
|
D | Extensions3D.h | 255 GC3Dboolean isVertexArrayOES(Platform3DObject); 298 GC3Dboolean isQueryEXT(Platform3DObject);
|
D | GraphicsTypes3D.h | 35 typedef unsigned char GC3Dboolean; typedef
|
D | Extensions3D.cpp | 106 GC3Dboolean Extensions3D::isVertexArrayOES(Platform3DObject array) in isVertexArrayOES() 151 GC3Dboolean Extensions3D::isQueryEXT(Platform3DObject query) in isQueryEXT()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | 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*); 202 GC3Dboolean isShader(WebGLShader*); 203 GC3Dboolean isTexture(WebGLTexture*); 211 void sampleCoverage(GC3Dfloat value, GC3Dboolean invert); [all …]
|
D | OESVertexArrayObject.h | 50 GC3Dboolean isVertexArrayOES(WebGLVertexArrayObjectOES*);
|
D | WebGLVertexArrayObjectOES.h | 83 …void setVertexAttribState(GC3Duint, GC3Dsizei, GC3Dint, GC3Denum, GC3Dboolean, GC3Dsizei, GC3Dintp…
|
D | OESVertexArrayObject.cpp | 79 GC3Dboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject) in isVertexArrayOES()
|
D | WebGLRenderingContext.cpp | 1370 void WebGLRenderingContext::colorMask(GC3Dboolean red, GC3Dboolean green, GC3Dboolean blue, GC3Dboo… in colorMask() 1717 void WebGLRenderingContext::depthMask(GC3Dboolean flag) in depthMask() 2904 GC3Dboolean WebGLRenderingContext::isBuffer(WebGLBuffer* buffer) in isBuffer() 2920 GC3Dboolean WebGLRenderingContext::isEnabled(GC3Denum cap) in isEnabled() 2929 GC3Dboolean WebGLRenderingContext::isFramebuffer(WebGLFramebuffer* framebuffer) in isFramebuffer() 2940 GC3Dboolean WebGLRenderingContext::isProgram(WebGLProgram* program) in isProgram() 2948 GC3Dboolean WebGLRenderingContext::isRenderbuffer(WebGLRenderbuffer* renderbuffer) in isRenderbuffer() 2959 GC3Dboolean WebGLRenderingContext::isShader(WebGLShader* shader) in isShader() 2967 GC3Dboolean WebGLRenderingContext::isTexture(WebGLTexture* texture) in isTexture() 3172 void WebGLRenderingContext::sampleCoverage(GC3Dfloat value, GC3Dboolean invert) in sampleCoverage() [all …]
|
D | WebGLVertexArrayObjectOES.cpp | 96 …GC3Duint index, GC3Dsizei bytesPerElement, GC3Dint size, GC3Denum type, GC3Dboolean normalized, GC… in setVertexAttribState()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | MockWebGraphicsContext3D.h | 282 virtual GC3Dboolean isQueryEXT(WebGLId) { return true; } in isQueryEXT()
|