Home
last modified time | relevance | path

Searched refs:DRAW_INDEXEDLINESTRIP16 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Device/
DContext.cpp76 case DRAW_INDEXEDLINESTRIP16: in isDrawPoint()
108 case DRAW_INDEXEDLINESTRIP16: in isDrawLine()
140 case DRAW_INDEXEDLINESTRIP16: in isDrawTriangle()
DContext.hpp72 DRAW_INDEXEDLINESTRIP16 = DRAW_LINESTRIP | DRAW_INDEXED16, enumerator
DRenderer.cpp1169 case DRAW_INDEXEDLINESTRIP16: in processPrimitiveVertices()
/external/swiftshader/src/Renderer/
DContext.cpp82 case DRAW_INDEXEDLINESTRIP16: in isDrawPoint()
126 case DRAW_INDEXEDLINESTRIP16: in isDrawLine()
170 case DRAW_INDEXEDLINESTRIP16: in isDrawTriangle()
DContext.hpp84 DRAW_INDEXEDLINESTRIP16 = DRAW_LINESTRIP | DRAW_INDEXED16, enumerator
DRenderer.cpp1352 case DRAW_INDEXEDLINESTRIP16: in processPrimitiveVertices()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp927 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitive()
1029 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1036 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitive()
1137 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP16; break; in DrawIndexedPrimitiveUP()