Home
last modified time | relevance | path

Searched refs:debug_label (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/taisei/taisei-1.3.2/src/renderer/gles20/
H A Dindex_buffer.c15 snprintf(ibuf->debug_label, sizeof(ibuf->debug_label), "Fake IBO at %p", (void*)ibuf); in gles20_index_buffer_create()
25 return ibuf->debug_label; in gles20_index_buffer_get_debug_label()
30 strlcpy(ibuf->debug_label, label, sizeof(ibuf->debug_label)); in gles20_index_buffer_set_debug_label()
32 snprintf(ibuf->debug_label, sizeof(ibuf->debug_label), "Fake IBO at %p", (void*)ibuf); in gles20_index_buffer_set_debug_label()
H A Dindex_buffer.h24 char debug_label[R_DEBUG_LABEL_SIZE]; member
/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dindex_buffer.c33 snprintf(ibuf->cbuf.debug_label, sizeof(ibuf->cbuf.debug_label), "IBO #%i", ibuf->cbuf.gl_handle); in gl33_index_buffer_create()
44 glcommon_set_debug_label_gl(GL_BUFFER, ibuf->cbuf.gl_handle, ibuf->cbuf.debug_label); in gl33_index_buffer_on_vao_attach()
45 log_debug("Initialized %s", ibuf->cbuf.debug_label); in gl33_index_buffer_on_vao_attach()
54 return ibuf->cbuf.debug_label; in gl33_index_buffer_get_debug_label()
58 glcommon_set_debug_label_local(ibuf->cbuf.debug_label, "IBO", ibuf->cbuf.gl_handle, label); in gl33_index_buffer_set_debug_label()
H A Dframebuffer.c28 snprintf(fb->debug_label, sizeof(fb->debug_label), "FBO #%i", fb->gl_fbo); in gl33_framebuffer_create()
75 …debug("%s %s = %s (%ux%u mip %u)", framebuffer->debug_label, attachment_str(attachment), tex->debu… in gl33_framebuffer_attach()
77 log_debug("%s %s = NULL", framebuffer->debug_label, attachment_str(attachment)); in gl33_framebuffer_attach()
128 glcommon_set_debug_label(fb->debug_label, "FBO", GL_FRAMEBUFFER, fb->gl_fbo, label); in gl33_framebuffer_set_debug_label()
132 return fb->debug_label; in gl33_framebuffer_get_debug_label()
H A Dvertex_buffer.c19 snprintf(vbuf->cbuf.debug_label, sizeof(vbuf->cbuf.debug_label), "VBO #%i", vbuf->cbuf.gl_handle); in gl33_vertex_buffer_create()
34 return vbuf->cbuf.debug_label; in gl33_vertex_buffer_get_debug_label()
38 glcommon_set_debug_label(vbuf->cbuf.debug_label, "VBO", GL_BUFFER, vbuf->cbuf.gl_handle, label); in gl33_vertex_buffer_set_debug_label()
H A Dshader_object.c107 snprintf(shobj->debug_label, sizeof(shobj->debug_label), "Shader object #%i", gl_handle); in gl33_shader_object_compile()
134 glcommon_set_debug_label(shobj->debug_label, "Shader object", GL_SHADER, shobj->gl_handle, label); in gl33_shader_object_set_debug_label()
138 return shobj->debug_label; in gl33_shader_object_get_debug_label()
H A Dvertex_array.c36 snprintf(varr->debug_label, sizeof(varr->debug_label), "VAO #%i", varr->gl_handle); in gl33_vertex_array_create()
174 return varr->debug_label; in gl33_vertex_array_get_debug_label()
178 glcommon_set_debug_label(varr->debug_label, "VAO", GL_VERTEX_ARRAY, varr->gl_handle, label); in gl33_vertex_array_set_debug_label()
H A Dshader_object.h20 char debug_label[R_DEBUG_LABEL_SIZE]; member
H A Dtexture.c252 snprintf(tex->debug_label, sizeof(tex->debug_label), "Texture #%i", tex->gl_handle); in gl33_texture_create()
425 return tex->debug_label; in gl33_texture_get_debug_label()
429 glcommon_set_debug_label(tex->debug_label, "Texture", GL_TEXTURE, tex->gl_handle, label); in gl33_texture_set_debug_label()
H A Dframebuffer.h24 char debug_label[R_DEBUG_LABEL_SIZE]; member
H A Dvertex_array.h29 char debug_label[R_DEBUG_LABEL_SIZE]; member
H A Dshader_program.h23 char debug_label[R_DEBUG_LABEL_SIZE]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/surfaces/
H A Dframe_sink_id.cc15 std::string FrameSinkId::ToString(base::StringPiece debug_label) const { in ToString()
17 debug_label.as_string().c_str(), client_id_, in ToString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/surfaces/
H A Dframe_sink_id.cc15 std::string FrameSinkId::ToString(base::StringPiece debug_label) const { in ToString()
17 debug_label.as_string().c_str(), client_id_, in ToString()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLES2/EXT/
H A Ddebug_label.py14 from OpenGL.raw.GLES2.EXT.debug_label import *
15 from OpenGL.raw.GLES2.EXT.debug_label import _EXTENSION_NAME
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/EXT/
H A Ddebug_label.py14 from OpenGL.raw.GL.EXT.debug_label import *
15 from OpenGL.raw.GL.EXT.debug_label import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLES2/EXT/
H A Ddebug_label.py29 from OpenGL.raw.GLES2.EXT.debug_label import *
30 from OpenGL.raw.GLES2.EXT.debug_label import _EXTENSION_NAME
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/EXT/
H A Ddebug_label.py29 from OpenGL.raw.GL.EXT.debug_label import *
30 from OpenGL.raw.GL.EXT.debug_label import _EXTENSION_NAME
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dfbpair.c24 …, uint num_attachments, FBAttachmentConfig attachments[num_attachments], const char *debug_label) { in fbpair_create() argument
30 snprintf(buf, sizeof(buf), "%s FB 1", debug_label); in fbpair_create()
35 snprintf(buf, sizeof(buf), "%s FB 2", debug_label); in fbpair_create()
H A Dfbpair.h29 …achments, FBAttachmentConfig attachments[num_attachments], const char *debug_label) attr_nonnull(1…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/host/
H A Dhost_frame_sink_manager.cc115 const std::string& debug_label) { in SetFrameSinkDebugLabel() argument
121 data.debug_label = debug_label; in SetFrameSinkDebugLabel()
122 frame_sink_manager_->SetFrameSinkDebugLabel(frame_sink_id, debug_label); in SetFrameSinkDebugLabel()
350 if (!data.debug_label.empty()) { in RegisterAfterConnectionLoss()
352 data.debug_label); in RegisterAfterConnectionLoss()
H A Dhost_frame_sink_manager.h102 const std::string& debug_label);
233 std::string debug_label; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/host/
H A Dhost_frame_sink_manager.cc118 const std::string& debug_label) { in SetFrameSinkDebugLabel() argument
124 data.debug_label = debug_label; in SetFrameSinkDebugLabel()
125 frame_sink_manager_->SetFrameSinkDebugLabel(frame_sink_id, debug_label); in SetFrameSinkDebugLabel()
340 if (!data.debug_label.empty()) { in RegisterAfterConnectionLoss()
342 data.debug_label); in RegisterAfterConnectionLoss()
H A Dhost_frame_sink_manager.h102 const std::string& debug_label);
216 std::string debug_label; member
/dports/cad/py-phidl/phidl-1.0.1/phidl/
H A Dquickplotter.py172 self.debug_label = QLabel('', self)
173 self.debug_label.setFont(QtGui.QFont('SansSerif', 10))
174 self.debug_label.move(200, 200)
175 self.debug_label.setAlignment(Qt.AlignCenter)
176 self.debug_label.setStyleSheet('color: gray')
177 self.debug_label.setAttribute(QtCore.Qt.WA_TransparentForMouseEvents)
190 self.debug_label.raise_()

123