Searched refs:glGetObjectLabel (Results 1 – 18 of 18) 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/native/opengl/libs/ |
D | libGLESv3.map.txt | 175 glGetObjectLabel; # introduced=24
|
D | entries.in | 380 GL_ENTRY(void, glGetObjectLabel, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
|
/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/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel); 1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetObjectLabel); in init_stub_library()
|
D | stubs_arm64.cc | 329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel); 1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetObjectLabel); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel); 1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetObjectLabel); in init_stub_library()
|
D | stubs_arm.cc | 329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel); 1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetObjectLabel); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 369 #define glGetObjectLabel wrap_glGetObjectLabel macro
|
D | gles_undefine.h | 368 #undef glGetObjectLabel
|
D | gles_stubs.in | 970 void API_ENTRY(glGetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, … 971 CALL_GL_API(glGetObjectLabel, identifier, name, bufSize, length, label);
|
D | gles_decls.in | 324 GL_ENTRY(void, glGetObjectLabel, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
|
/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/base/non-updatable-api/ |
D | current.txt | 33876 method public static String glGetObjectLabel(int, int);
|
/frameworks/base/api/ |
D | current.txt | 34020 method public static String glGetObjectLabel(int, int);
|