Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DContext.cpp71 case DRAW_INDEXEDPOINTLIST32: in isDrawPoint()
103 case DRAW_INDEXEDPOINTLIST32: in isDrawLine()
135 case DRAW_INDEXEDPOINTLIST32: in isDrawTriangle()
DContext.hpp77 DRAW_INDEXEDPOINTLIST32 = DRAW_POINTLIST | DRAW_INDEXED32, enumerator
DRenderer.cpp1127 case DRAW_INDEXEDPOINTLIST32: in processPrimitiveVertices()
/external/swiftshader/src/Renderer/
DContext.cpp73 case DRAW_INDEXEDPOINTLIST32: in isDrawPoint()
117 case DRAW_INDEXEDPOINTLIST32: in isDrawLine()
161 case DRAW_INDEXEDPOINTLIST32: in isDrawTriangle()
DContext.hpp90 DRAW_INDEXEDPOINTLIST32 = DRAW_POINTLIST | DRAW_INDEXED32, enumerator
DRenderer.cpp1282 case DRAW_INDEXEDPOINTLIST32: in processPrimitiveVertices()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp911 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitive()
1013 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1020 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitive()
1121 case D3DPT_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in DrawIndexedPrimitiveUP()