Home
last modified time | relevance | path

Searched refs:DRAW_POINTLIST (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp59 DRAW_POINTLIST = 0x00, enumerator
70 DRAW_INDEXEDPOINTLIST16 = DRAW_POINTLIST | DRAW_INDEXED16,
77 DRAW_INDEXEDPOINTLIST32 = DRAW_POINTLIST | DRAW_INDEXED32,
DContext.cpp69 case DRAW_POINTLIST: in isDrawPoint()
101 case DRAW_POINTLIST: in isDrawLine()
133 case DRAW_POINTLIST: in isDrawTriangle()
DRenderer.cpp1011 case DRAW_POINTLIST: in processPrimitiveVertices()
/external/swiftshader/src/Renderer/
DContext.hpp60 DRAW_POINTLIST = 0x00, enumerator
74 DRAW_INDEXEDPOINTLIST8 = DRAW_POINTLIST | DRAW_INDEXED8,
82 DRAW_INDEXEDPOINTLIST16 = DRAW_POINTLIST | DRAW_INDEXED16,
90 DRAW_INDEXEDPOINTLIST32 = DRAW_POINTLIST | DRAW_INDEXED32,
DContext.cpp70 case DRAW_POINTLIST: in isDrawPoint()
114 case DRAW_POINTLIST: in isDrawLine()
158 case DRAW_POINTLIST: in isDrawTriangle()
DRenderer.cpp1138 case DRAW_POINTLIST: in processPrimitiveVertices()
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp27 return sw::DRAW_POINTLIST; in Convert()
415 case sw::DRAW_POINTLIST: in computePrimitiveCount()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp759 drawType = sw::DRAW_POINTLIST; in ConvertPrimitiveType()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2306 drawType = sw::DRAW_POINTLIST; in ConvertPrimitiveType()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1059 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()
1120 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp1170 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()
1234 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()