Searched refs:glGetProgramResourceIndex (Results 1 - 8 of 8) 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/
H A Dgltrace.proto685 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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1491 const GLMessage_Function GLMessage::glGetProgramResourceIndex; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1839 static const Function glGetProgramResourceIndex = GLMessage_Function_glGetProgramResourceIndex; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp10621 glmsg.set_function(GLMessage::glGetProgramResourceIndex);
10644 GLuint retValue = glContext->hooks->gl.glGetProgramResourceIndex(program, programInterface, name);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp522 /* GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name ) */
540 _returnValue = glGetProgramResourceIndex(
3071 {"glGetProgramResourceIndex", "(IILjava/lang/String;)I", (void *) android_glGetProgramResourceIndex__IILjava_lang_String_2 },

Completed in 144 milliseconds