Home
last modified time | relevance | path

Searched refs:uniform2f (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DBicubicShader.cpp124 m_context->uniform2f(m_imageIncrementLocation, imageIncrement[0], imageIncrement[1]); in use()
DConvolutionShader.cpp110 m_context->uniform2f(m_imageIncrementLocation, imageIncrement[0], imageIncrement[1]); in use()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp232 glUniform2fType uniform2f; member in WebCore::GraphicsContext3DInternal
396 uniform2f = GET_PROC_ADDRESS(glUniform2f); in GraphicsContext3DInternal()
1270 void GraphicsContext3D::uniform2f(GC3Dint location, GC3Dfloat v0, GC3Dfloat v1) in uniform2f() function in WebCore::GraphicsContext3D
1273 m_internal->uniform2f(location, v0, v1); in uniform2f()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h200 void uniform2f(GC3Dint location, GC3Dfloat x, float y);
DGraphicsContext3DChromium.cpp640 DELEGATE_TO_IMPL_3(uniform2f, GC3Dint, GC3Dfloat, GC3Dfloat) in DELEGATE_TO_IMPL_3() argument
1086 DELEGATE_TO_INTERNAL_3(uniform2f, GC3Dint, GC3Dfloat, GC3Dfloat) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h295 virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) = 0;
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.h232 void uniform2f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y, ExceptionCode&);
DWebGLRenderingContext.idl635 …[StrictTypeChecking] void uniform2f(in WebGLUniformLocation location, in float x, in float y) rais…
DWebGLRenderingContext.cpp3445 void WebGLRenderingContext::uniform2f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat … in uniform2f() function in WebCore::WebGLRenderingContext
3456 m_context->uniform2f(location->location(), x, y); in uniform2f()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h731 void uniform2f(GC3Dint location, GC3Dfloat x, float y);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp982 void GraphicsContext3D::uniform2f(GC3Dint location, GC3Dfloat v0, GC3Dfloat v1) in uniform2f() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627172 (WebCore::WebGLRenderingContext::uniform2f):
31269 (WebCore::GraphicsContext3D::uniform2f):
31402 (WebCore::GraphicsContext3D::uniform2f):
DChangeLog-2010-01-2923092 (WebCore::WebGLRenderingContext::uniform2f):
23791 (WebCore::WebGLRenderingContext::uniform2f):
61399 (WebCore::CanvasRenderingContext3D::uniform2f):
61460 (WebCore::GraphicsContext3D::uniform2f):
DChangeLog-2010-12-0618857 (WebCore::WebGLRenderingContext::uniform2f):
57281 (WebCore::GraphicsContext3D::uniform2f):
61746 (WebCore::GraphicsContext3D::uniform2f):
61919 (WebCore::GraphicsContext3D::uniform2f):
124088 (WebCore::WebGLRenderingContext::uniform2f):
DChangeLog-2010-05-2427201 (WebCore::WebGLRenderingContext::uniform2f):
43504 (WebCore::GraphicsContext3D::uniform2f):