Searched defs:uniform3f (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_web_graphics_context_3d.h430 virtual void uniform3f( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DMockWebGraphicsContext3D.h209 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp3836 void WebGLRenderingContext::uniform3f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y, GC3Dfloat z) function in class:WebCore::WebGLRenderingContext
3842 synthesizeGLError(GL_INVALID_OPERATION, "uniform3f", "location not for current program");
3846 m_context->uniform3f(location->location(), x, y, z);

Completed in 107 milliseconds