HomeSort by relevance Sort by last modified time
    Searched refs:glUniform3uiv (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 132 public native void glUniform3uiv(int location, int count, IntBuffer value);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 116 public native void glUniform3uiv(int location, int count, IntBuffer value);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 215 { "glUniform3uiv", (deFunctionPtr)glUniform3uiv },
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL30.java 455 // public void glUniform3uiv(int location, int count, int[] value, int offset) {
456 // GLES30.glUniform3uiv(location, count, value, offset);
460 public void glUniform3uiv (int location, int count, java.nio.IntBuffer value) {
461 GLES30.glUniform3uiv(location, count, value);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 76 FIND_PROC(glUniform3uiv);
182 !glUniform3uiv ||
294 GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
gl3stub.h 439 extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 77 FIND_PROC( glUniform3uiv );
147 || !glUniform2uiv || !glUniform3uiv || !glUniform4uiv || !glClearBufferiv
368 GL_APICALL void (* GL_APIENTRY glUniform3uiv)( GLint location,
gl3stub.h 449 extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 215 gl->uniform3uiv = &glUniform3uiv;
glwInitES31Direct.inl 277 gl->uniform3uiv = &glUniform3uiv;
glwInitES32Direct.inl 321 gl->uniform3uiv = &glUniform3uiv;
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 429 public void glUniform3uiv (int location, int count, IntBuffer value) {
430 GL30.glUniform3uiv(location, value);
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 61 void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /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 248 void glUniform3uiv (int location, int count, const deUint32* value);
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 427 public void glUniform3uiv (int location, int count, IntBuffer value) {
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 853 #undef glUniform3uiv
wrap_gles.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 537 gl->uniform3uiv = glUniform3uiv;
    [all...]
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 635 * Method: glUniform3uiv
641 glUniform3uiv(location, count, (GLuint*)dataPtr);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]

Completed in 749 milliseconds

1 2 3 4 5