Searched refs:uniform1i (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 229 void uniform1i(const WebGLUniformLocation* location, int x, ExceptionCode&);
|
D | WebGLRenderingContext.cpp | 1834 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()
|
D | WebGLRenderingContext.idl | 640 void uniform1i(in WebGLUniformLocation location, in long x) raises(DOMException);
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 559 void uniform1i(long location, int x);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 820 void GraphicsContext3D::uniform1i(long location, int v0) in uniform1i() function in WebCore::GraphicsContext3D
|
/external/webkit/WebKit/chromium/src/ |
D | GraphicsContext3D.cpp | 2094 GL_SAME_METHOD_2(Uniform1i, uniform1i, long, int) in GL_SAME_METHOD_2() argument
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 23090 (WebCore::WebGLRenderingContext::uniform1i): 23789 (WebCore::WebGLRenderingContext::uniform1i): 61397 (WebCore::CanvasRenderingContext3D::uniform1i): 61466 (WebCore::GraphicsContext3D::uniform1i):
|