Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp116 void activeTexture(unsigned long texture);
873 void GraphicsContext3DInternal::activeTexture(unsigned long texture) in activeTexture() function in WebCore::GraphicsContext3DInternal
1289 void GraphicsContext3D::activeTexture(unsigned long texture) in activeTexture() function in WebCore::GraphicsContext3D
1291 m_internal->activeTexture(texture); in activeTexture()
/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h66 void activeTexture(unsigned long texture, ExceptionCode& ec);
DWebGLRenderingContext.cpp163 void WebGLRenderingContext::activeTexture(unsigned long texture, ExceptionCode& ec) in activeTexture() function in WebCore::WebGLRenderingContext
171 m_context->activeTexture(texture); in activeTexture()
DWebGLRenderingContext.idl462 void activeTexture(in unsigned long texture) raises(DOMException);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h422 void activeTexture(unsigned long texture);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp240 void GraphicsContext3D::activeTexture(unsigned long texture) in activeTexture() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/
DChangeLog4373 (WebCore::GraphicsContext3DInternal::activeTexture):
4404 (WebCore::GraphicsContext3D::activeTexture):
/external/webkit/WebCore/
DChangeLog-2010-01-2923051 (WebCore::WebGLRenderingContext::activeTexture):
28792 (WebCore::WebGLRenderingContext::activeTexture):