Searched defs:glGetUniformIndices (Results 1 - 4 of 4) 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
/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/base/libs/hwui/debug/
H A Dgles_redefine.h458 #define glGetUniformIndices wrap_glGetUniformIndices macro
H A Dgles_undefine.h458 #undef glGetUniformIndices macro

Completed in 80 milliseconds