Searched refs:uniform2i (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 235 void uniform2i(const WebGLUniformLocation* location, int x, int y, ExceptionCode&);
|
D | WebGLRenderingContext.cpp | 1924 void WebGLRenderingContext::uniform2i(const WebGLUniformLocation* location, int x, int y, Exception… in uniform2i() function in WebCore::WebGLRenderingContext 1932 m_context->uniform2i(location->location(), x, y); in uniform2i()
|
D | WebGLRenderingContext.idl | 644 void uniform2i(in WebGLUniformLocation location, in long x, in long y) raises(DOMException);
|
/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 563 void uniform2i(long location, int x, int y);
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | GraphicsContext3DMac.cpp | 832 void GraphicsContext3D::uniform2i(long location, int v0, int v1) in uniform2i() function in WebCore::GraphicsContext3D
|
/external/webkit/WebKit/chromium/src/ |
D | GraphicsContext3D.cpp | 2110 GL_SAME_METHOD_3(Uniform2i, uniform2i, long, int, int) in GL_SAME_METHOD_3() argument
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 23094 (WebCore::WebGLRenderingContext::uniform2i): 23793 (WebCore::WebGLRenderingContext::uniform2i): 61401 (WebCore::CanvasRenderingContext3D::uniform2i): 61468 (WebCore::GraphicsContext3D::uniform2i):
|