Home
last modified time | relevance | path

Searched refs:glGetObjectLabel (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetObjectLabel.java3 public static native String glGetObjectLabel(int identifier, int name); in glGetObjectLabel() method
DglGetObjectLabel.nativeReg1 {"glGetObjectLabel", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabel },
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec10 void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *l…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt175 glGetObjectLabel; # introduced=24
Dentries.in380 GL_ENTRY(void, glGetObjectLabel, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
/frameworks/base/opengl/java/android/opengl/
DGLES32.java385 public static native String glGetObjectLabel(int identifier, int name); in glGetObjectLabel() method in GLES32
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel);
1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetObjectLabel); in init_stub_library()
Dstubs_arm64.cc329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel);
1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetObjectLabel); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel);
1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetObjectLabel); in init_stub_library()
Dstubs_arm.cc329 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetObjectLabel);
1177 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetObjectLabel); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h369 #define glGetObjectLabel wrap_glGetObjectLabel macro
Dgles_undefine.h368 #undef glGetObjectLabel
Dgles_stubs.in970 void API_ENTRY(glGetObjectLabel)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
971 CALL_GL_API(glGetObjectLabel, identifier, name, bufSize, length, label);
Dgles_decls.in324 GL_ENTRY(void, glGetObjectLabel, GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, …
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in970 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/
Dgl32.h1787 GL_APICALL void GL_APIENTRY glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsi…
/frameworks/base/non-updatable-api/
Dcurrent.txt33876 method public static String glGetObjectLabel(int, int);
/frameworks/base/api/
Dcurrent.txt34020 method public static String glGetObjectLabel(int, int);