Searched defs:bindTexture (Results 1 - 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DOpenGLSystem.java53 public static final void bindTexture(int target, int texture) { method in class:OpenGLSystem
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTexture.cpp74 void LayerTexture::bindTexture() function in class:WebCore::LayerTexture
77 m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, m_textureId);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp371 void SharedGraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) function in class:WebCore::SharedGraphicsContext3D
373 m_context->bindTexture(target, texture);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp396 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp737 void WebGLRenderingContext::bindTexture(GC3Denum target, WebGLTexture* texture, ExceptionCode& ec) function in class:WebCore::__anon11825::WebGLRenderingContext
760 m_context->bindTexture(target, objectOrZero(texture));
4090 m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, objectOrZero(tex2D));
4092 m_context->bindTexture(GraphicsContext3D::TEXTURE_CUBE_MAP, objectOrZero(texCubeMap));
4103 m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, m_blackTexture2D->object());
4106 m_context->bindTexture(GraphicsContext3D::TEXTURE_2D, 0);
4108 m_context->bindTexture(GraphicsContext3D::TEXTURE_CUBE_MAP, m_blackTextureCubeMap->object());
4121 m_context->bindTexture(GraphicsContext3D::TEXTURE_CUBE_MAP, 0);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp730 void GraphicsContext3D::bindTexture(GC3Denum target, Platform3DObject texture) function in class:WebCore::GraphicsContext3D

Completed in 191 milliseconds