Searched refs:glGetObjectLabel (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetObjectLabel.java | 3 public static native String glGetObjectLabel(int identifier, int name); in glGetObjectLabel() method
|
D | glGetObjectLabel.nativeReg | 1 {"glGetObjectLabel", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabel },
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 10 void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *l…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 385 public static native String glGetObjectLabel(int identifier, int name); in glGetObjectLabel() method in GLES32
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 371 #define glGetObjectLabel wrap_glGetObjectLabel macro
|
D | unwrap_gles.h | 371 #undef glGetObjectLabel
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 970 void API_ENTRY(glGetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, … 971 CALL_GL_API(glGetObjectLabel, identifier, name, bufSize, length, label);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1787 GL_APICALL void GL_APIENTRY glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsi…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 352 GL_ENTRY(void, glGetObjectLabel, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
|
/frameworks/base/api/ |
D | current.txt | 27709 method public static java.lang.String glGetObjectLabel(int, int);
|
D | system-current.txt | 30149 method public static java.lang.String glGetObjectLabel(int, int);
|
D | test-current.txt | 27778 method public static java.lang.String glGetObjectLabel(int, int);
|