Home
last modified time | relevance | path

Searched defs:uniform3f (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl147 glUniform3fFunc uniform3f; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h207 virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } in uniform3f() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp3927 void WebGLRenderingContextBase::uniform3f(const WebGLUniformLocation* location, GLfloat x, GLfloat … in uniform3f() function in blink::WebGLRenderingContextBase