Home
last modified time | relevance | path

Searched refs:objectLabel (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDebugTest.cpp28 EGLLabelKHR objectLabel, in StubCallback() argument
36 EGLLabelKHR objectLabel, in CheckBadBindAPIError() argument
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_debug.txt132 EGLLabelKHR objectLabel,
244 EGLLabelKHR objectLabel,
266 <objectLabel> will contain the label attached to the primary object
270 their primary object. This <objectLabel> may be NULL even though the
452 EGLLabelKHR objectLabel,
457 error, command, messageType, threadLabel, objectLabel, message);
512 - Clarified that <objectLabel> maybe NULL in the callback, if an error
/third_party/EGL/extensions/KHR/
DEGL_KHR_debug.txt132 EGLLabelKHR objectLabel,
244 EGLLabelKHR objectLabel,
266 <objectLabel> will contain the label attached to the primary object
270 their primary object. This <objectLabel> may be NULL even though the
452 EGLLabelKHR objectLabel,
457 error, command, messageType, threadLabel, objectLabel, message);
512 - Clarified that <objectLabel> maybe NULL in the callback, if an error
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp480 m_gl->objectLabel(GL_TEXTURE_BUFFER /* identifier */, texture_id /* name */, length /* length */, in iterate()
489 m_gl->objectLabel(GL_TEXTURE /* identifier */, invalid_id /* name */, length /* length */, in iterate()
493 m_gl->objectLabel(GL_TEXTURE /* identifier */, texture_id /* name */, max_label + 1 /* length */, in iterate()
497 m_gl->objectLabel(GL_TEXTURE /* identifier */, texture_id /* name */, -1 /* length */, in iterate()
742 m_gl->objectLabel(identifier, id, -1 /* length */, label); in iterate()
817 m_gl->objectLabel(identifier, id, -1 /* length */, ""); in iterate()
838 m_gl->objectLabel(identifier, id, 2, 0 /* label */); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp488 EGLLabelKHR objectLabel, in insertMessage() argument
502 mCallback(error, command, egl::ToEGLenum(messageType), threadLabel, objectLabel, in insertMessage()
DDebug.h162 EGLLabelKHR objectLabel,
DContext_gles_3_2_autogen.h63 void objectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label); \
DContext.cpp246 void GetObjectLabelBase(const std::string &objectLabel, in GetObjectLabelBase() argument
251 size_t writeLength = objectLabel.length(); in GetObjectLabelBase()
254 writeLength = std::min(static_cast<size_t>(bufSize) - 1, objectLabel.length()); in GetObjectLabelBase()
255 std::copy(objectLabel.begin(), objectLabel.begin() + writeLength, label); in GetObjectLabelBase()
1142 void Context::objectLabel(GLenum identifier, GLuint name, GLsizei length, const GLchar *label) in objectLabel() function in gl::Context
1188 const std::string &objectLabel = object->getLabel(); in getObjectLabel() local
1189 GetObjectLabelBase(objectLabel, bufSize, length, label); in getObjectLabel()
1197 const std::string &objectLabel = object->getLabel(); in getObjectPtrLabel() local
1198 GetObjectLabelBase(objectLabel, bufSize, length, label); in getObjectPtrLabel()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp1761 gl.objectLabel(m_identifier, object, -1, msg); in iterate()
1986 gl.objectLabel(GL_SHADER, shader, -2, msg); in iterate()
1990 gl.objectLabel(GL_SHADER, shader, s_clearMethods[methodNdx].length, DE_NULL); in iterate()
2078 gl.objectLabel(GL_SHADER, shader, 12, msg); in iterate()
2130 gl.objectLabel(GL_SHADER, shader, 0, msg); in iterate()
2187 gl.objectLabel(GL_SHADER, shader, -1, msg); in iterate()
2436 gl.objectLabel(GL_SHADER, shader, -1, &buffer[0]); in iterate()
2450 gl.objectLabel(GL_SHADER, shader, maxLabelLen-1, &buffer[0]); in iterate()
2552 gl.objectLabel(GL_SHADER, shader, -1, msg); in iterate()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitExtES.inl21 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabelKHR");
DglwInitES32Direct.inl219 gl->objectLabel = &glObjectLabel;
DglwFunctions.inl550 glObjectLabelFunc objectLabel; variable
DglwInitES32.inl219 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
DglwInitGL43.inl276 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
DglwInitGL44.inl285 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
DglwInitGL45.inl366 gl->objectLabel = (glObjectLabelFunc) loader->get("glObjectLabel");
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp1131 ASSIGN("glObjectLabel", objectLabel); in initProcsDesktopGL()
1768 ASSIGN("glObjectLabel", objectLabel); in initProcsDesktopGL()
2119 ASSIGN("glObjectLabelKHR", objectLabel); in initProcsGLES()
2623 ASSIGN("glObjectLabel", objectLabel); in initProcsGLES()
3918 objectLabel = &glObjectLabelNULL; in initProcsDesktopGLNULL()
4555 objectLabel = &glObjectLabelNULL; in initProcsDesktopGLNULL()
4905 objectLabel = &glObjectLabelNULL; in initProcsGLESNULL()
5409 objectLabel = &glObjectLabelNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h591 PFNGLOBJECTLABELPROC objectLabel = nullptr; variable
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h113 …t char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* mes…
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h113 …t char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* mes…
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl550 gl->objectLabel = glObjectLabel;
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h94 …t char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* mes…
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp938 context->objectLabel(identifier, name, length, label); in GL_ObjectLabel()
/third_party/mesa3d/include/EGL/
Deglext.h94 …t char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* mes…
/third_party/EGL/api/EGL/
Deglext.h94 …t char *command,EGLint messageType,EGLLabelKHR threadLabel,EGLLabelKHR objectLabel,const char* mes…

12