HomeSort by relevance Sort by last modified time
    Searched defs:uniform1fv (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) function in class:sglr::GLContext
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 938 public final void uniform1fv (WebGLUniformLocation location, Float32Array v) { method in class:WebGLRenderingContext
942 public final void uniform1fv (WebGLUniformLocation location, float[] v) { method in class:WebGLRenderingContext
946 private final native void uniform1fv (WebGLUniformLocation location, JavaScriptObject v) \/*-{ method in class:WebGLRenderingContext
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java 990 gl.uniform1fv(loc, copy(v));
996 gl.uniform1fv(loc, v);
    [all...]

Completed in 298 milliseconds