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

/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp716 void GLContext::uniform1f (deInt32 location, float v0) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h199 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3811 void WebGLRenderingContextBase::uniform1f(const WebGLUniformLocation* location, GLfloat x) function in class:blink::__anon11092::WebGLRenderingContextBase
3817 synthesizeGLError(GL_INVALID_OPERATION, "uniform1f", "location not for current program");
3821 webContext()->uniform1f(location->location(), x);

Completed in 329 milliseconds