Searched refs:glGetProgramResourceIndex (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec8 GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java273 // C function GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
275 public static native int glGetProgramResourceIndex( method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h405 #undef glGetProgramResourceIndex macro
H A Dwrap_gles.h405 #define glGetProgramResourceIndex wrap_glGetProgramResourceIndex macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp640 /* GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name ) */
658 _returnValue = glGetProgramResourceIndex(
3247 {"glGetProgramResourceIndex", "(IILjava/lang/String;)I", (void *) android_glGetProgramResourceIndex__IILjava_lang_String_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name);
H A Dgl32.h1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name);

Completed in 97 milliseconds