Searched defs:uniform2i (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h206 virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3831 void WebGLRenderingContextBase::uniform2i(const WebGLUniformLocation* location, GLint x, GLint y) function in class:WebCore::__anon10393::WebGLRenderingContextBase
3837 synthesizeGLError(GL_INVALID_OPERATION, "uniform2i", "location not for current program");
3841 webContext()->uniform2i(location->location(), x, y);

Completed in 116 milliseconds