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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h204 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3802 void WebGLRenderingContextBase::uniform2f(const WebGLUniformLocation* location, GLfloat x, GLfloat y) function in class:WebCore::__anon10393::WebGLRenderingContextBase
3808 synthesizeGLError(GL_INVALID_OPERATION, "uniform2f", "location not for current program");
3812 webContext()->uniform2f(location->location(), x, y);

Completed in 62 milliseconds