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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 267 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \
449 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId)
454 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId)
463 DELEGATE_TO_GL_2(bindRenderbuffer, BindRenderbuffer, WGC3Denum, WebGLId)
465 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId)
472 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate,
475 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum)
525 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
527 DELEGATE_TO_GL_2(detachShader, DetachShader, WebGLId, WebGLId)
636 DELEGATE_TO_GL_2(getBooleanv, GetBooleanv, WGC3Denum, WGC3Dboolean*
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 112 #define DELEGATE_TO_GL_2(name, glname, t1, t2) \
579 DELEGATE_TO_GL_2(attachShader, AttachShader, WebGLId, WebGLId)
584 DELEGATE_TO_GL_2(bindBuffer, BindBuffer, WGC3Denum, WebGLId)
586 DELEGATE_TO_GL_2(bindFramebuffer, BindFramebuffer, WGC3Denum, WebGLId)
588 DELEGATE_TO_GL_2(bindRenderbuffer, BindRenderbuffer, WGC3Denum, WebGLId)
590 DELEGATE_TO_GL_2(bindTexture, BindTexture, WGC3Denum, WebGLId)
597 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate,
600 DELEGATE_TO_GL_2(blendFunc, BlendFunc, WGC3Denum, WGC3Denum)
650 DELEGATE_TO_GL_2(depthRange, DepthRangef, WGC3Dclampf, WGC3Dclampf)
652 DELEGATE_TO_GL_2(detachShader, DetachShader, WebGLId, WebGLId
    [all...]

Completed in 41 milliseconds