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 Dgles_redefine.h402 #define glGetProgramResourceIndex wrap_glGetProgramResourceIndex macro
H A Dgles_undefine.h402 #undef glGetProgramResourceIndex macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp681 /* GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name ) */
699 _returnValue = glGetProgramResourceIndex(
3700 {"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 3484 milliseconds