Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.cpp78 case DRAW_INDEXEDLINESTRIP32: in isDrawPoint()
110 case DRAW_INDEXEDLINESTRIP32: in isDrawLine()
142 case DRAW_INDEXEDLINESTRIP32: in isDrawTriangle()
DContext.hpp79 DRAW_INDEXEDLINESTRIP32 = DRAW_LINESTRIP | DRAW_INDEXED32, enumerator
DRenderer.cpp1183 case DRAW_INDEXEDLINESTRIP32: in processPrimitiveVertices()
/external/swiftshader/src/Renderer/
DContext.cpp85 case DRAW_INDEXEDLINESTRIP32: in isDrawPoint()
129 case DRAW_INDEXEDLINESTRIP32: in isDrawLine()
173 case DRAW_INDEXEDLINESTRIP32: in isDrawTriangle()
DContext.hpp92 DRAW_INDEXEDLINESTRIP32 = DRAW_LINESTRIP | DRAW_INDEXED32, enumerator
DRenderer.cpp1366 case DRAW_INDEXEDLINESTRIP32: in processPrimitiveVertices()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp913 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitive()
1015 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1022 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitive()
1123 case D3DPT_LINESTRIP: drawType = sw::DRAW_INDEXEDLINESTRIP32; break; in DrawIndexedPrimitiveUP()