HomeSort by relevance Sort by last modified time
    Searched full:gluniform3uiv (Results 1 - 18 of 18) sorted by null

  /development/ndk/platforms/android-18/arch-arm/symbols/
libGLESv3.so.functions.txt 226 glUniform3uiv
  /development/ndk/platforms/android-18/arch-mips/symbols/
libGLESv3.so.functions.txt 226 glUniform3uiv
  /development/ndk/platforms/android-18/arch-x86/symbols/
libGLESv3.so.functions.txt 226 glUniform3uiv
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 75 FIND_PROC(glUniform3uiv);
181 !glUniform3uiv ||
293 GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
gl3stub.h 436 extern GL_APICALL void (* GL_APIENTRY glUniform3uiv) (GLint location, GLsizei count, const GLuint* value);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 61 void glUniform3uiv ( GLint location, GLsizei count, const GLuint *value )
  /external/eigen/unsupported/Eigen/
OpenGLSupport 293 static void glUniform3uiv_ei (GLint loc, const unsigned int* v) { glUniform3uiv(loc,1,v); }
  /frameworks/base/opengl/java/android/opengl/
GLES30.java     [all...]
  /frameworks/native/opengl/libs/GLES2/
gl3_api.in 589 void API_ENTRY(glUniform3uiv)(GLint location, GLsizei count, const GLuint* value) {
590 CALL_GL_API(glUniform3uiv, location, count, value);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 456 glUniform3uiv = 430;
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /frameworks/native/opengl/libs/
entries.in     [all...]
trace.in     [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
gltrace_api.cpp     [all...]

Completed in 1325 milliseconds