Searched refs:DELEGATE_TO_GL_2 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 267 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \ macro 449 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId) in DELEGATE_TO_GL_1() 454 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId) in DELEGATE_TO_GL_1() 463 DELEGATE_TO_GL_2(bindRenderbuffer, BindRenderbuffer, WGC3Denum, WebGLId) in DELEGATE_TO_GL_2() function 465 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId) in DELEGATE_TO_GL_2() 472 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate, in DELEGATE_TO_GL_2() 475 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum) in DELEGATE_TO_GL_2() 525 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_2() 527 DELEGATE_TO_GL_2(detachShader, DetachShader, WebGLId, WebGLId) in DELEGATE_TO_GL_2() 636 DELEGATE_TO_GL_2(getBooleanv, GetBooleanv, WGC3Denum, WGC3Dboolean*) in DELEGATE_TO_GL_4() [all …]
|
/external/chromium_org/content/common/gpu/client/ |
D | webgraphicscontext3d_command_buffer_impl.cc | 112 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \ macro 579 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId) in DELEGATE_TO_GL_5() 584 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId) in DELEGATE_TO_GL_5() 586 DELEGATE_TO_GL_2(bindFramebuffer, BindFramebuffer, WGC3Denum, WebGLId) in DELEGATE_TO_GL_5() 588 DELEGATE_TO_GL_2(bindRenderbuffer, BindRenderbuffer, WGC3Denum, WebGLId) in DELEGATE_TO_GL_5() 590 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId) in DELEGATE_TO_GL_5() 597 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate, in DELEGATE_TO_GL_5() 600 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum) in DELEGATE_TO_GL_5() 650 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf) in DELEGATE_TO_GL_5() 652 DELEGATE_TO_GL_2(detachShader, DetachShader, WebGLId, WebGLId) in DELEGATE_TO_GL_5() [all …]
|