Home
last modified time | relevance | path

Searched defs:bindTexture (Results 1 – 8 of 8) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DOpenGLSystem.java53 public static final void bindTexture(int target, int texture) { in bindTexture() method in OpenGLSystem
/external/chromium_org/third_party/WebKit/Source/web/tests/
DDrawingBufferTest.cpp66 virtual void bindTexture(WGC3Denum target, WebGLId texture) in bindTexture() function in __anoncfdfd9290111::WebGraphicsContext3DForTests
DMockWebGraphicsContext3D.h76 virtual void bindTexture(WGC3Denum target, WebGLId texture) { } in bindTexture() function
/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.cc329 void FakeWebGraphicsContext3D::bindTexture( in bindTexture() function in cc::FakeWebGraphicsContext3D
Dtest_web_graphics_context_3d.cc334 void TestWebGraphicsContext3D::bindTexture( in bindTexture() function in cc::TestWebGraphicsContext3D
/external/skia/src/gpu/gl/
DGrGpuGL.cpp1999 void GrGpuGL::bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture) { in bindTexture() function in GrGpuGL
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp1999 void GrGpuGL::bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture) { in bindTexture() function in GrGpuGL
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp1129 void WebGLRenderingContext::bindTexture(GC3Denum target, WebGLTexture* texture) in bindTexture() function in WebCore::WebGLRenderingContext