Searched refs:DRAW_POINTLIST (Results 1 – 10 of 10) sorted by relevance
60 DRAW_POINTLIST = 0x00, enumerator74 DRAW_INDEXEDPOINTLIST8 = DRAW_POINTLIST | DRAW_INDEXED8,82 DRAW_INDEXEDPOINTLIST16 = DRAW_POINTLIST | DRAW_INDEXED16,90 DRAW_INDEXEDPOINTLIST32 = DRAW_POINTLIST | DRAW_INDEXED32,
70 case DRAW_POINTLIST: in isDrawPoint()114 case DRAW_POINTLIST: in isDrawLine()158 case DRAW_POINTLIST: in isDrawTriangle()
1092 case DRAW_POINTLIST: in processPrimitiveVertices()
331 case DRAW_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST32; break; in drawIndexedPrimitive()345 case DRAW_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST16; break; in drawIndexedPrimitive()359 case DRAW_POINTLIST: drawType = sw::DRAW_INDEXEDPOINTLIST8; break; in drawIndexedPrimitive()387 case DRAW_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in drawPrimitive()
27 DRAW_POINTLIST, enumerator
648 swPrimitiveType = gl::DRAW_POINTLIST; in ConvertPrimitiveType()
759 drawType = sw::DRAW_POINTLIST; in ConvertPrimitiveType()
2075 drawType = sw::DRAW_POINTLIST; in ConvertPrimitiveType()
1059 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()1120 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()
1170 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitive()1234 case D3DPT_POINTLIST: drawType = sw::DRAW_POINTLIST; break; in DrawPrimitiveUP()