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

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

Completed in 158 milliseconds