Searched refs:glGetUniformIndices (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.java1 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
3 public static native void glGetUniformIndices( method
10 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
12 public static native void glGetUniformIndices( method
H A DglGetUniformIndices.cpp1 /* 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);
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1271 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
1273 public static native void glGetUniformIndices( method in class:GLES30
1280 // C function void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
1282 public static native void glGetUniformIndices( method in class:GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec69 void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h458 #define glGetUniformIndices wrap_glGetUniformIndices macro
H A Dgles_undefine.h458 #undef glGetUniformIndices macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3673 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
3728 glGetUniformIndices(program, _count, _names, _indices);
3749 /* void glGetUniformIndices ( GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices ) */
3807 glGetUniformIndices(program, _count, _names, _indices);
6020 {"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
6021 {"glGetUniformIndices", "(I[Ljava/lang/String;Ljava/nio/IntBuffer;)V", (void *) android_glGetUniformIndices_buffer },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1164 GL_APICALL void GL_APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
H A Dgl31.h1164 GL_APICALL void GL_APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
H A Dgl32.h1164 GL_APICALL void GL_APIENTRY glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);

Completed in 296 milliseconds