Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h555 case D3DPT_LINELIST: return PIPE_PRIM_LINES; in d3dprimitivetype_to_pipe_prim()
571 case D3DPT_LINELIST: return count * 2; in prim_count_to_vertex_count()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp912 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break; in DrawIndexedPrimitive()
926 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break; in DrawIndexedPrimitive()
981 case D3DPT_LINELIST: length = primitiveCount * 2; break; in DrawIndexedPrimitiveUP()
1014 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break; in DrawIndexedPrimitiveUP()
1028 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break; in DrawIndexedPrimitiveUP()
1060 case D3DPT_LINELIST: drawType = sw::DRAW_LINELIST; break; in DrawPrimitive()
1089 case D3DPT_LINELIST: length = primitiveCount * 2; break; in DrawPrimitiveUP()
1121 case D3DPT_LINELIST: drawType = sw::DRAW_LINELIST; break; in DrawPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1021 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break; in DrawIndexedPrimitive()
1035 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break; in DrawIndexedPrimitive()
1089 case D3DPT_LINELIST: length = primitiveCount * 2; break; in DrawIndexedPrimitiveUP()
1122 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST32; break; in DrawIndexedPrimitiveUP()
1136 case D3DPT_LINELIST: drawType = sw::DRAW_INDEXEDLINELIST16; break; in DrawIndexedPrimitiveUP()
1171 case D3DPT_LINELIST: drawType = sw::DRAW_LINELIST; break; in DrawPrimitive()
1203 case D3DPT_LINELIST: length = primitiveCount * 2; break; in DrawPrimitiveUP()
1235 case D3DPT_LINELIST: drawType = sw::DRAW_LINELIST; break; in DrawPrimitiveUP()
/external/swiftshader/include/Direct3D/
Dd3d8types.h297 D3DPT_LINELIST = 2, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h718 D3DPT_LINELIST = 2, enumerator