Home
last modified time | relevance | path

Searched refs:glGetProgramResourceIndex (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt187 glGetProgramResourceIndex; # introduced=21
Dentries.in414 GL_ENTRY(GLuint, glGetProgramResourceIndex, GLuint program, GLenum programInterface, const GLchar *…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec8 GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterface, const GLchar *name )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java275 public static native int glGetProgramResourceIndex( in glGetProgramResourceIndex() method in GLES31
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h403 #define glGetProgramResourceIndex wrap_glGetProgramResourceIndex macro
Dgles_undefine.h402 #undef glGetProgramResourceIndex
Dgles_stubs.in760 GLuint API_ENTRY(glGetProgramResourceIndex)(GLuint program, GLenum programInterface, const GLchar *…
761 CALL_GL_API_RETURN(glGetProgramResourceIndex, program, programInterface, name);
Dgles_decls.in254 GL_ENTRY(GLuint, glGetProgramResourceIndex, GLuint program, GLenum programInterface, const GLchar *…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in760 GLuint API_ENTRY(glGetProgramResourceIndex)(GLuint program, GLenum programInterface, const GLchar *…
761 CALL_GL_API_RETURN(glGetProgramResourceIndex, program, programInterface, name);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
Dgl32.h1460 GL_APICALL GLuint GL_APIENTRY glGetProgramResourceIndex (GLuint program, GLenum programInterface, c…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp698 _returnValue = glGetProgramResourceIndex( in android_glGetProgramResourceIndex__IILjava_lang_String_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20669 method public static int glGetProgramResourceIndex(int, int, java.lang.String);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29552 Landroid/opengl/GLES31;->glGetProgramResourceIndex(IILjava/lang/String;)I
/frameworks/base/api/
Dcurrent.txt31098 method public static int glGetProgramResourceIndex(int, int, java.lang.String);