/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetUniformIndices.java | 1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) 3 public static native void glGetUniformIndices( 10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) 12 public static native void glGetUniformIndices(
|
glGetUniformIndices.cpp | 1 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */ 56 glGetUniformIndices(program, _count, _names, _indices); 77 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */ 135 glGetUniformIndices(program, _count, _names, _indices);
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gl3stub.c | 84 FIND_PROC(glGetUniformIndices); 190 !glGetUniformIndices || 302 GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
|
gl3stub.h | 444 extern GL_APICALL void (* GL_APIENTRY glGetUniformIndices) (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices); [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLES30.java | [all...] |
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 464 glGetUniformIndices = 438;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 69 void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
|
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glprocs.h | 644 "glGetUniformIndices\0" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | 469 glGetUniformIndices(438, 438), [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.cpp | [all...] |
gltrace.pb.h | [all...] |
gltrace_api.cpp | [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES30.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |
glext.h | [all...] |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |