Home
last modified time | relevance | path

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

/external/chromium_org/cc/test/
Dfake_web_graphics_context_3d.h404 virtual void uniform1f(blink::WGC3Dint location, blink::WGC3Dfloat x) {} in uniform1f() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DMockWebGraphicsContext3D.h201 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } in uniform1f() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp3720 void WebGLRenderingContext::uniform1f(const WebGLUniformLocation* location, GC3Dfloat x) in uniform1f() function in WebCore::WebGLRenderingContext