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

/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp982 void GraphicsContext3D::uniform2f(GC3Dint location, GC3Dfloat v0, GC3Dfloat v1) function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp3445 void WebGLRenderingContext::uniform2f(const WebGLUniformLocation* location, GC3Dfloat x, GC3Dfloat y, ExceptionCode& ec) function in class:WebCore::__anon14578::WebGLRenderingContext
3456 m_context->uniform2f(location->location(), x, y);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp232 glUniform2fType uniform2f; member in class:WebCore::GraphicsContext3DInternal
396 uniform2f = GET_PROC_ADDRESS(glUniform2f);
1270 void GraphicsContext3D::uniform2f(GC3Dint location, GC3Dfloat v0, GC3Dfloat v1) function in class:WebCore::GraphicsContext3D
1273 m_internal->uniform2f(location, v0, v1);

Completed in 86 milliseconds