Home
last modified time | relevance | path

Searched refs:D3DPT_POINTLIST (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h554 case D3DPT_POINTLIST: return PIPE_PRIM_POINTS; in d3dprimitivetype_to_pipe_prim()
570 case D3DPT_POINTLIST: return count; in prim_count_to_vertex_count()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp911 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()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1020 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()
/external/swiftshader/include/Direct3D/
Dd3d8types.h296 D3DPT_POINTLIST = 1, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h717 D3DPT_POINTLIST = 1, enumerator