Home
last modified time | relevance | path

Searched refs:useInds (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/GEDebugger/
H A DVertexPreview.cpp99 bool useInds = true; in ExpandRectangles() local
102 useInds = false; in ExpandRectangles()
117 const auto &orig_tl = useInds ? vertices[indices[i + 0]] : vertices[i + 0]; in ExpandRectangles()
118 const auto &orig_br = useInds ? vertices[indices[i + 1]] : vertices[i + 1]; in ExpandRectangles()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/GEDebugger/
H A DVertexPreview.cpp99 bool useInds = true; in ExpandRectangles() local
102 useInds = false; in ExpandRectangles()
117 const auto &orig_tl = useInds ? vertices[indices[i + 0]] : vertices[i + 0]; in ExpandRectangles()
118 const auto &orig_br = useInds ? vertices[indices[i + 1]] : vertices[i + 1]; in ExpandRectangles()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/GEDebugger/
H A DVertexPreview.cpp99 bool useInds = true; in ExpandRectangles() local
102 useInds = false; in ExpandRectangles()
117 const auto &orig_tl = useInds ? vertices[indices[i + 0]] : vertices[i + 0]; in ExpandRectangles()
118 const auto &orig_br = useInds ? vertices[indices[i + 1]] : vertices[i + 1]; in ExpandRectangles()