Searched refs:D3DPT_LINESTRIP (Results 1 – 5 of 5) sorted by relevance
556 case D3DPT_LINESTRIP: return PIPE_PRIM_LINE_STRIP; in d3dprimitivetype_to_pipe_prim()572 case D3DPT_LINESTRIP: return count + 1; in prim_count_to_vertex_count()
913 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitive()927 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitive()982 case D3DPT_LINESTRIP: length = primitiveCount + 1; break; in DrawIndexedPrimitiveUP()1015 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitiveUP()1029 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitiveUP()1061 case D3DPT_LINESTRIP: drawType = sw::DRAW_LINESTRIP; break; in DrawPrimitive()1090 case D3DPT_LINESTRIP: length = primitiveCount + 1; break; in DrawPrimitiveUP()1122 case D3DPT_LINESTRIP: drawType = sw::DRAW_LINESTRIP; break; in DrawPrimitiveUP()
1022 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitive()1036 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitive()1090 case D3DPT_LINESTRIP: length = primitiveCount + 1; break; in DrawIndexedPrimitiveUP()1123 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitiveUP()1137 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitiveUP()1172 case D3DPT_LINESTRIP: drawType = sw::DRAW_LINESTRIP; break; in DrawPrimitive()1204 case D3DPT_LINESTRIP: length = primitiveCount + 1; break; in DrawPrimitiveUP()1236 case D3DPT_LINESTRIP: drawType = sw::DRAW_LINESTRIP; break; in DrawPrimitiveUP()
298 D3DPT_LINESTRIP = 3, enumerator
719 D3DPT_LINESTRIP = 3, enumerator