Home
last modified time | relevance | path

Searched refs:VtxOffset (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_metal.mm87 …ImGuiBackendFlags_RendererHasVtxOffset; // We can honor the ImDrawCmd::VtxOffset field, allowing …
532 …[commandEncoder setVertexBufferOffset:(vertexBufferOffset + pcmd->VtxOffset * sizeof(ImDrawVert)) …
H A Dimgui_impl_wgpu.cpp452 …encoder, pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_off… in ImGui_ImplWGPU_RenderDrawData()
H A Dimgui_impl_dx9.cpp263 …bd->pd3dDevice->DrawIndexedPrimitive(D3DPT_TRIANGLELIST, pcmd->VtxOffset + global_vtx_offset, 0, (… in ImGui_ImplDX9_RenderDrawData()
H A Dimgui_impl_opengl3.cpp498 …: GL_UNSIGNED_INT, (void*)(intptr_t)(pcmd->IdxOffset * sizeof(ImDrawIdx)), (GLint)pcmd->VtxOffset); in ImGui_ImplOpenGL3_RenderDrawData()
H A Dimgui_impl_dx10.cpp269 …DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_off… in ImGui_ImplDX10_RenderDrawData()
H A Dimgui_impl_dx11.cpp279 …DrawIndexed(pcmd->ElemCount, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_off… in ImGui_ImplDX11_RenderDrawData()
H A Dimgui_impl_dx12.cpp348 …nstanced(pcmd->ElemCount, 1, pcmd->IdxOffset + global_idx_offset, pcmd->VtxOffset + global_vtx_off… in ImGui_ImplDX12_RenderDrawData()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_draw.cpp390 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
437 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
471 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
533 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
594 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
H A Dimgui_impl_opengl3.cpp411 …: GL_UNSIGNED_INT, (void*)(intptr_t)(pcmd->IdxOffset * sizeof(ImDrawIdx)), (GLint)pcmd->VtxOffset); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_draw.cpp399 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
447 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
481 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
543 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
604 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
H A Dimgui_impl_opengl3.cpp419 …: GL_UNSIGNED_INT, (void*)(intptr_t)(pcmd->IdxOffset * sizeof(ImDrawIdx)), (GLint)pcmd->VtxOffset); in ImGui_ImplOpenGL3_RenderDrawData()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_draw.cpp384 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
431 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
465 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
527 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
588 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_draw.cpp393 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
441 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
475 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
537 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
598 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_draw.cpp408 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
456 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
490 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
564 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
635 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_draw.cpp414 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID));
462 draw_cmd.VtxOffset = _CmdHeader.VtxOffset;
496 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
570 curr_cmd->VtxOffset = _CmdHeader.VtxOffset;
641 _CmdHeader.VtxOffset = VtxBuffer.Size;
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_draw.cpp414 IM_ASSERT(IM_OFFSETOF(ImDrawCmd, VtxOffset) == sizeof(ImVec4) + sizeof(ImTextureID)); in _ResetForNewFrame()
462 draw_cmd.VtxOffset = _CmdHeader.VtxOffset; in AddDrawCmd()
496 #define ImDrawCmd_HeaderSize (IM_OFFSETOF(ImDrawCmd, VtxOffset) + sizeof(uns…
570 curr_cmd->VtxOffset = _CmdHeader.VtxOffset; in _OnChangedVtxOffset()
641 _CmdHeader.VtxOffset = VtxBuffer.Size; in PrimReserve()
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui.h1803 …unsigned int VtxOffset; // Start offset in vertex buffer. Pre-1.71 or without ImGu… member
1808 …ImDrawCmd() { ElemCount = 0; TextureId = (ImTextureID)NULL; VtxOffset = IdxOffset = 0; UserCallba… in ImDrawCmd()
H A Dimgui_draw.cpp411 draw_cmd.VtxOffset = _VtxCurrentOffset; in AddDrawCmd()
1250 …sizeof(a->ClipRect)) == 0 && a->TextureId == b->TextureId && a->VtxOffset == b->VtxOffset && !a->U… in CanMergeDrawCommands()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui.h1878 …unsigned int VtxOffset; // Start offset in vertex buffer. Pre-1.71 or without ImGu… member
1883 …ImDrawCmd() { ElemCount = 0; TextureId = (ImTextureID)NULL; VtxOffset = IdxOffset = 0; UserCallba… in ImDrawCmd()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui.h1828 …unsigned int VtxOffset; // Start offset in vertex buffer. Pre-1.71 or without ImGu… member
1833 …ImDrawCmd() { ElemCount = 0; TextureId = (ImTextureID)NULL; VtxOffset = IdxOffset = 0; UserCallba… in ImDrawCmd()
H A Dimgui_draw.cpp429 draw_cmd.VtxOffset = _VtxCurrentOffset; in AddDrawCmd()
1346 …sizeof(a->ClipRect)) == 0 && a->TextureId == b->TextureId && a->VtxOffset == b->VtxOffset && !a->U… in CanMergeDrawCommands()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui.h1797 …unsigned int VtxOffset; // Start offset in vertex buffer. Pre-1.71 or without ImGu… member
1802 …ImDrawCmd() { ElemCount = 0; TextureId = (ImTextureID)NULL; VtxOffset = IdxOffset = 0; UserCallba… in ImDrawCmd()
H A Dimgui_draw.cpp411 draw_cmd.VtxOffset = _VtxCurrentOffset; in AddDrawCmd()
1250 …sizeof(a->ClipRect)) == 0 && a->TextureId == b->TextureId && a->VtxOffset == b->VtxOffset && !a->U… in CanMergeDrawCommands()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui.h1797 …unsigned int VtxOffset; // Start offset in vertex buffer. Pre-1.71 or without ImGu… member
1802 …ImDrawCmd() { ElemCount = 0; TextureId = (ImTextureID)NULL; VtxOffset = IdxOffset = 0; UserCallba… in ImDrawCmd()
H A Dimgui_draw.cpp411 draw_cmd.VtxOffset = _VtxCurrentOffset; in AddDrawCmd()
1250 …sizeof(a->ClipRect)) == 0 && a->TextureId == b->TextureId && a->VtxOffset == b->VtxOffset && !a->U… in CanMergeDrawCommands()

12