Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/canvas/
DWebGLRenderingContext.h235 void uniform2i(const WebGLUniformLocation* location, int x, int y, ExceptionCode&);
DWebGLRenderingContext.cpp1924 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()
DWebGLRenderingContext.idl644 void uniform2i(in WebGLUniformLocation location, in long x, in long y) raises(DOMException);
/external/webkit/WebCore/platform/graphics/
DGraphicsContext3D.h563 void uniform2i(long location, int x, int y);
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.cpp832 void GraphicsContext3D::uniform2i(long location, int v0, int v1) in uniform2i() function in WebCore::GraphicsContext3D
/external/webkit/WebKit/chromium/src/
DGraphicsContext3D.cpp2110 GL_SAME_METHOD_3(Uniform2i, uniform2i, long, int, int) in GL_SAME_METHOD_3() argument
/external/webkit/WebCore/
DChangeLog-2010-01-2923094 (WebCore::WebGLRenderingContext::uniform2i):
23793 (WebCore::WebGLRenderingContext::uniform2i):
61401 (WebCore::CanvasRenderingContext3D::uniform2i):
61468 (WebCore::GraphicsContext3D::uniform2i):