Home
last modified time | relevance | path

Searched defs:uniform4f (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl540 glUniform4fFunc uniform4f; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java1031 …public final native void uniform4f (WebGLUniformLocation location, float x, float y, float z, floa… in uniform4f() method in WebGLRenderingContext