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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec8 GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto687 glGetProgramResourceIndex = 658;
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java266 // C function GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
268 public static native int glGetProgramResourceIndex( method in class:GLES31
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1117 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp640 /* GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name ) */
658 _returnValue = glGetProgramResourceIndex(
3189 {"glGetProgramResourceIndex", "(IILjava/lang/String;)I", (void *) android_glGetProgramResourceIndex__IILjava_lang_String_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp10621 glmsg.set_function(GLMessage::glGetProgramResourceIndex);
10644 GLuint retValue = glContext->hooks->gl.glGetProgramResourceIndex(program, programInterface, name);
[all...]

Completed in 103 milliseconds