Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h229 void uniform1i(const WebGLUniformLocation* location, int x, ExceptionCode&);
DWebGLRenderingContext.cpp1834 void WebGLRenderingContext::uniform1i(const WebGLUniformLocation* location, int x, ExceptionCode& e… in uniform1i() function in WebCore::WebGLRenderingContext
1842 m_context->uniform1i(location->location(), x); in uniform1i()
DWebGLRenderingContext.idl640 void uniform1i(in WebGLUniformLocation location, in long x) raises(DOMException);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h559 void uniform1i(long location, int x);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp820 void GraphicsContext3D::uniform1i(long location, int v0) in uniform1i() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp2094 GL_SAME_METHOD_2(Uniform1i, uniform1i, long, int) in GL_SAME_METHOD_2() argument
/external/webkit/WebCore/
DChangeLog-2010-01-2923090 (WebCore::WebGLRenderingContext::uniform1i):
23789 (WebCore::WebGLRenderingContext::uniform1i):
61397 (WebCore::CanvasRenderingContext3D::uniform1i):
61466 (WebCore::GraphicsContext3D::uniform1i):