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

1 2 3 4 5

  /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/deqp/framework/egl/
egluStaticES30Library.inl 203 { "glUniform1uiv", (deFunctionPtr)glUniform1uiv },
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /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);
  /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);
gl3stub.h 437 extern GL_APICALL void (* GL_APIENTRY glUniform1uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /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,
gl3stub.h 447 extern GL_APICALL void (* GL_APIENTRY glUniform1uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 203 gl->uniform1uiv = &glUniform1uiv;
glwInitES31Direct.inl 265 gl->uniform1uiv = &glUniform1uiv;
glwInitES32Direct.inl 309 gl->uniform1uiv = &glUniform1uiv;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /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);
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 59 void glUniform1uiv ( GLint location, GLsizei count, const GLuint *value )
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java     [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 246 void glUniform1uiv (int location, int count, const deUint32* 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) {
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 841 #undef glUniform1uiv
wrap_gles.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 521 gl->uniform1uiv = glUniform1uiv;
    [all...]
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 624 * Method: glUniform1uiv
630 glUniform1uiv(location, count, (GLuint*)dataPtr);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]

Completed in 82 milliseconds

1 2 3 4 5