Home
last modified time | relevance | path

Searched refs:ToGles2Impl (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc24 gpu::gles2::GLES2Implementation* ToGles2Impl(Enter3D* enter) { in ToGles2Impl() function
33 ToGles2Impl(&enter)->ActiveTexture(texture); in ActiveTexture()
40 ToGles2Impl(&enter)->AttachShader(program, shader); in AttachShader()
50 ToGles2Impl(&enter)->BindAttribLocation(program, index, name); in BindAttribLocation()
57 ToGles2Impl(&enter)->BindBuffer(target, buffer); in BindBuffer()
66 ToGles2Impl(&enter)->BindFramebuffer(target, framebuffer); in BindFramebuffer()
75 ToGles2Impl(&enter)->BindRenderbuffer(target, renderbuffer); in BindRenderbuffer()
82 ToGles2Impl(&enter)->BindTexture(target, texture); in BindTexture()
93 ToGles2Impl(&enter)->BlendColor(red, green, blue, alpha); in BlendColor()
100 ToGles2Impl(&enter)->BlendEquation(mode); in BlendEquation()
[all …]