Searched defs:bindTexture (Results 1 – 8 of 8) sorted by relevance
53 public static final void bindTexture(int target, int texture) { in bindTexture() method in OpenGLSystem
66 virtual void bindTexture(WGC3Denum target, WebGLId texture) in bindTexture() function in __anoncfdfd9290111::WebGraphicsContext3DForTests
76 virtual void bindTexture(WGC3Denum target, WebGLId texture) { } in bindTexture() function
329 void FakeWebGraphicsContext3D::bindTexture( in bindTexture() function in cc::FakeWebGraphicsContext3D
334 void TestWebGraphicsContext3D::bindTexture( in bindTexture() function in cc::TestWebGraphicsContext3D
1999 void GrGpuGL::bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture) { in bindTexture() function in GrGpuGL
1129 void WebGLRenderingContext::bindTexture(GC3Denum target, WebGLTexture* texture) in bindTexture() function in WebCore::WebGLRenderingContext