Searched refs:uniform3f (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DCustomFilterRenderer.cpp173 m_context->uniform3f(uniformLocation, numberParameter->valueAt(0), numberParameter->valueAt(1), numberParameter->valueAt(2));
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h215 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.h442 virtual void uniform3f( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h414 virtual void uniform3f(WGC3Dint location,
H A Dwebgraphicscontext3d_command_buffer_impl.cc1164 DELEGATE_TO_GL_4(uniform3f, Uniform3f, WGC3Dint,
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.h260 void uniform3f(const WebGLUniformLocation*, GC3Dfloat x, GC3Dfloat y, GC3Dfloat z);
H A DWebGLRenderingContext.idl634 [StrictTypeChecking] void uniform3f(WebGLUniformLocation location, GLfloat x, GLfloat y, GLfloat z);
H A DWebGLRenderingContext.cpp3753 void WebGLRenderingContext::uniform3f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y, GC3Dfloat z) function in class:WebCore::WebGLRenderingContext
3759 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "uniform3f", "location not for current program");
3763 m_context->uniform3f(location->location(), x, y, z);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext3D.h638 void uniform3f(GC3Dint location, GC3Dfloat x, GC3Dfloat y, GC3Dfloat z);
H A DGraphicsContext3D.cpp547 DELEGATE_TO_WEBCONTEXT_4(uniform3f, GC3Dint, GC3Dfloat, GC3Dfloat, GC3Dfloat)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h360 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) = 0;
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h341 virtual void uniform3f(WebKit::WGC3Dint location, function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h344 virtual void uniform3f(WGC3Dint location,
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc923 DELEGATE_TO_GL_4(uniform3f, Uniform3f, WGC3Dint,

Completed in 104 milliseconds