Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl524 glUniform2fFunc uniform2f; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java966 public final native void uniform2f (WebGLUniformLocation location, float x, float y) /*-{ in uniform2f() method in WebGLRenderingContext