Home
last modified time | relevance | path

Searched refs:glGetProgramResourceName (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetProgramResourceName.java3 public static native String glGetProgramResourceName( in glGetProgramResourceName() method
DglGetProgramResourceName.nativeReg1 {"glGetProgramResourceName", "(III)Ljava/lang/String;", (void *) android_glGetProgramResourceName },
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt189 glGetProgramResourceName; # introduced=21
Dentries.in417 GL_ENTRY(void, glGetProgramResourceName, GLuint program, GLenum programInterface, GLuint index, GLs…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec9 void glGetProgramResourceName ( GLuint program, GLenum programInterface, GLuint index, GLsizei bufS…
/frameworks/base/opengl/java/android/opengl/
DGLES31.java283 public static native String glGetProgramResourceName( in glGetProgramResourceName() method in GLES31
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h406 #define glGetProgramResourceName wrap_glGetProgramResourceName macro
Dgles_undefine.h405 #undef glGetProgramResourceName
Dgles_stubs.in763 void API_ENTRY(glGetProgramResourceName)(GLuint program, GLenum programInterface, GLuint index, GLs…
764 CALL_GL_API(glGetProgramResourceName, program, programInterface, index, bufSize, length, name);
Dgles_decls.in255 GL_ENTRY(void, glGetProgramResourceName, GLuint program, GLenum programInterface, GLuint index, GLs…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in763 void API_ENTRY(glGetProgramResourceName)(GLuint program, GLenum programInterface, GLuint index, GLs…
764 CALL_GL_API(glGetProgramResourceName, program, programInterface, index, bufSize, length, name);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1461 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
Dgl32.h1461 GL_APICALL void GL_APIENTRY glGetProgramResourceName (GLuint program, GLenum programInterface, GLui…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20671 method public static java.lang.String glGetProgramResourceName(int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29556 Landroid/opengl/GLES31;->glGetProgramResourceName(III)Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt31100 method public static java.lang.String glGetProgramResourceName(int, int, int);