Searched refs:uniform3i (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 241 void uniform3i(const WebGLUniformLocation* location, int x, int y, int z, ExceptionCode&);
|
D | WebGLRenderingContext.cpp | 2016 void WebGLRenderingContext::uniform3i(const WebGLUniformLocation* location, int x, int y, int z, Ex… in uniform3i() function in WebCore::WebGLRenderingContext 2024 m_context->uniform3i(location->location(), x, y, z); in uniform3i()
|
D | WebGLRenderingContext.idl | 648 …void uniform3i(in WebGLUniformLocation location, in long x, in long y, in long z) raises(DOMExcept…
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 567 void uniform3i(long location, int x, int y, int z);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 845 void GraphicsContext3D::uniform3i(long location, int v0, int v1, int v2) in uniform3i() function in WebCore::GraphicsContext3D
|
/external/webkit/WebKit/chromium/src/ |
D | GraphicsContext3D.cpp | 2126 GL_SAME_METHOD_4(Uniform3i, uniform3i, long, int, int, int) in GL_SAME_METHOD_4() argument
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 23098 (WebCore::WebGLRenderingContext::uniform3i): 23797 (WebCore::WebGLRenderingContext::uniform3i): 61405 (WebCore::CanvasRenderingContext3D::uniform3i): 61470 (WebCore::GraphicsContext3D::uniform3i):
|