Searched refs:uniform1f (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DCustomFilterRenderer.cpp167 m_context->uniform1f(uniformLocation, numberParameter->valueAt(0));
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h207 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.h416 virtual void uniform1f(WebKit::WGC3Dint location, WebKit::WGC3Dfloat x) {} function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h402 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x);
H A Dwebgraphicscontext3d_command_buffer_impl.cc1146 DELEGATE_TO_GL_2(uniform1f, Uniform1f, WGC3Dint, WGC3Dfloat)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h248 void uniform1f(const WebGLUniformLocation*, GC3Dfloat x);
H A DWebGLRenderingContext.idl626 [StrictTypeChecking] void uniform1f(WebGLUniformLocation location, GLfloat x);
H A DWebGLRenderingContext.cpp3637 void WebGLRenderingContext::uniform1f(const WebGLUniformLocation* location, GC3Dfloat x) function in class:WebCore::WebGLRenderingContext
3643 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "uniform1f", "location not for current program");
3647 m_context->uniform1f(location->location(), x);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h630 void uniform1f(GC3Dint location, GC3Dfloat x);
H A DGraphicsContext3D.cpp539 DELEGATE_TO_WEBCONTEXT_2(uniform1f, GC3Dint, GC3Dfloat)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h352 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) = 0;
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h321 virtual void uniform1f(WebKit::WGC3Dint location, WebKit::WGC3Dfloat x) {} function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h332 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x);
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc905 DELEGATE_TO_GL_2(uniform1f, Uniform1f, WGC3Dint, WGC3Dfloat)
/external/chromium_org/cc/output/
H A Dgl_renderer.cc422 Context()->uniform1f(program->fragment_shader().frequency_location(),
1998 GLC(context_, context_->uniform1f(alpha_location, opacity));

Completed in 2232 milliseconds