Home
last modified time | relevance | path

Searched defs:uniform4fv (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSWebGLRenderingContextCustom.cpp667 JSC::JSValue JSWebGLRenderingContext::uniform4fv(JSC::ExecState* exec) in uniform4fv() function in WebCore::JSWebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp241 glUniform4fvType uniform4fv; member in WebCore::GraphicsContext3DInternal
1300 void GraphicsContext3D::uniform4fv(GC3Dint location, GC3Dfloat* array, GC3Dsizei size) in uniform4fv() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp3600 void WebGLRenderingContext::uniform4fv(const WebGLUniformLocation* location, Float32Array* v, Excep… in uniform4fv() function in WebCore::WebGLRenderingContext
3610 void WebGLRenderingContext::uniform4fv(const WebGLUniformLocation* location, GC3Dfloat* v, GC3Dsize… in uniform4fv() function in WebCore::WebGLRenderingContext
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp1014 void GraphicsContext3D::uniform4fv(GC3Dint location, GC3Dfloat* array, GC3Dsizei size) in uniform4fv() function in WebCore::GraphicsContext3D