Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h556 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()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp913 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()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1022 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()
/external/swiftshader/include/Direct3D/
Dd3d8types.h298 D3DPT_LINESTRIP = 3, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h719 D3DPT_LINESTRIP = 3, enumerator