Searched defs:glUniform1fv (Results 1 - 24 of 24) sorted by relevance

/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL20.java279 public native void glUniform1fv (int location, int count, FloatBuffer v); method in class:AndroidGL20
281 public native void glUniform1fv (int location, int count, float[] v, int offset); method in class:AndroidGL20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwGL20.java572 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:JglfwGL20
573 GL.glUniform1fv(location, count, v, getPosition(v));
576 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:JglfwGL20
577 glUniform1fv(location, count, toFloatBuffer(v, offset, count));
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL20.java651 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:LwjglGL20
655 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:LwjglGL20
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL20.java645 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:Lwjgl3GL20
646 GL20.glUniform1fv(location, v);
649 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:Lwjgl3GL20
650 GL20.glUniform1fv(location, toFloatBuffer(v, offset, count));
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java278 public native void glUniform1fv ( int location, int count, FloatBuffer v ); method in class:IOSGLES20
280 public native void glUniform1fv(int location, int count, float[] v, int offset); method in class:IOSGLES20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java278 public native void glUniform1fv ( int location, int count, FloatBuffer v ); method in class:IOSGLES20
280 public native void glUniform1fv(int location, int count, float[] v, int offset); method in class:IOSGLES20
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtGL20Debug.java846 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:GwtGL20Debug
848 super.glUniform1fv(location, count, v);
H A DGwtGL20.java988 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:GwtGL20
994 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:GwtGL20
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
H A DGL20Profiler.java924 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:GL20Profiler
926 gl20.glUniform1fv(location, count, v);
931 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:GL20Profiler
933 gl20.glUniform1fv(location, count, v, offset);
H A DGL30Profiler.java925 public void glUniform1fv (int location, int count, FloatBuffer v) { method in class:GL30Profiler
927 gl30.glUniform1fv(location, count, v);
932 public void glUniform1fv (int location, int count, float[] v, int offset) { method in class:GL30Profiler
934 gl30.glUniform1fv(location, count, v, offset);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DGL20.java589 public void glUniform1fv (int location, int count, FloatBuffer v); method in interface:GL20
591 public void glUniform1fv (int location, int count, float v[], int offset); method in interface:GL20
/external/mesa3d/include/GL/
H A Dgl_mangle.h1808 #define glUniform1fv MANGLE(Uniform1fv) macro
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglew.h1908 #define glUniform1fv GLEW_GET_FUN(__glewUniform1fv) macro
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 304 milliseconds