HomeSort by relevance Sort by last modified time
    Searched defs:glUniform1uiv (Results 1 - 25 of 28) sorted by null

1 2

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 74 FIND_PROC(glUniform1uiv);
180 !glUniform1uiv ||
292 GL_APICALL void (* GL_APIENTRY glUniform1uiv) (GLint location, GLsizei count, const GLuint* value);
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 75 FIND_PROC( glUniform1uiv );
146 || !glUniform2ui || !glUniform3ui || !glUniform4ui || !glUniform1uiv
362 GL_APICALL void (* GL_APIENTRY glUniform1uiv)( GLint location,
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 130 public native void glUniform1uiv(int location, int count, IntBuffer value);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 114 public native void glUniform1uiv(int location, int count, IntBuffer value);
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL30.java 435 // public void glUniform1uiv(int location, int count, int[] value, int offset) {
436 // GLES30.glUniform1uiv(location, count, value, offset);
440 public void glUniform1uiv (int location, int count, java.nio.IntBuffer value) {
441 GLES30.glUniform1uiv(location, count, value);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 424 public void glUniform1uiv (int location, int count, IntBuffer value) {
425 GL30.glUniform1uiv(location, value);
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 422 public void glUniform1uiv (int location, int count, IntBuffer value) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 841 #undef glUniform1uiv
wrap_gles.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 459 glUniform1uiv(428, 428),
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1912 milliseconds

1 2