Home
last modified time | relevance | path

Searched refs:glGetProgramResourceName (Results 1 – 14 of 14) 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/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/
Dwrap_gles.h408 #define glGetProgramResourceName wrap_glGetProgramResourceName macro
Dunwrap_gles.h408 #undef glGetProgramResourceName
/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/native/opengl/libs/
Dentries.in389 GL_ENTRY(void, glGetProgramResourceName, GLuint program, GLenum programInterface, GLuint index, GLs…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20671 method public static java.lang.String glGetProgramResourceName(int, int, int);
/frameworks/base/api/
Dcurrent.txt27183 method public static java.lang.String glGetProgramResourceName(int, int, int);
Dsystem-current.txt29623 method public static java.lang.String glGetProgramResourceName(int, int, int);
Dtest-current.txt27252 method public static java.lang.String glGetProgramResourceName(int, int, int);