Searched refs:D3DPT_POINTLIST (Results 1 – 5 of 5) sorted by relevance
554 case D3DPT_POINTLIST: return PIPE_PRIM_POINTS; in d3dprimitivetype_to_pipe_prim()570 case D3DPT_POINTLIST: return count; in prim_count_to_vertex_count()
911 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitive()925 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break; in DrawIndexedPrimitive()980 case D3DPT_POINTLIST: length = primitiveCount; break; in DrawIndexedPrimitiveUP()1013 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitiveUP()1027 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break; in DrawIndexedPrimitiveUP()1059 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()1088 case D3DPT_POINTLIST: length = primitiveCount; break; in DrawPrimitiveUP()1120 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()
1020 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitive()1034 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break; in DrawIndexedPrimitive()1088 case D3DPT_POINTLIST: length = primitiveCount; break; in DrawIndexedPrimitiveUP()1121 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitiveUP()1135 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break; in DrawIndexedPrimitiveUP()1170 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()1202 case D3DPT_POINTLIST: length = primitiveCount; break; in DrawPrimitiveUP()1234 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()
296 D3DPT_POINTLIST = 1, enumerator
717 D3DPT_POINTLIST = 1, enumerator