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

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 736 void GLContext::uniform3fv (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 1002 public final void uniform3fv (WebGLUniformLocation location, Float32Array v) { method in class:WebGLRenderingContext
1006 public final void uniform3fv (WebGLUniformLocation location, float[] v) { method in class:WebGLRenderingContext
1010 private final native void uniform3fv (WebGLUniformLocation location, JavaScriptObject v) \/*-{ method in class:WebGLRenderingContext
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java     [all...]

Completed in 204 milliseconds