Home
last modified time | relevance | path

Searched refs:primType (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp194 GrPrimitiveType* primType, in createGeom() argument
222 *primType = kLines_GrPrimitiveType; in createGeom()
224 *primType = kLineStrip_GrPrimitiveType; in createGeom()
229 *primType = kTriangles_GrPrimitiveType; in createGeom()
231 *primType = kTriangleFan_GrPrimitiveType; in createGeom()
353 GrPrimitiveType primType; in internalDrawPath() local
359 &primType, in internalDrawPath()
502 target->drawIndexed(primType, 0, 0, in internalDrawPath()
505 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds); in internalDrawPath()
DGrContext.cpp852 GrPrimitiveType primType; in drawRect() local
858 primType = kTriangleStrip_GrPrimitiveType; in drawRect()
863 primType = kLineStrip_GrPrimitiveType; in drawRect()
877 target->drawNonIndexed(primType, 0, vertCount); in drawRect()
/external/chromium_org/third_party/skia/src/gpu/
DGrDefaultPathRenderer.cpp194 GrPrimitiveType* primType, in createGeom() argument
222 *primType = kLines_GrPrimitiveType; in createGeom()
224 *primType = kLineStrip_GrPrimitiveType; in createGeom()
229 *primType = kTriangles_GrPrimitiveType; in createGeom()
231 *primType = kTriangleFan_GrPrimitiveType; in createGeom()
353 GrPrimitiveType primType; in internalDrawPath() local
359 &primType, in internalDrawPath()
502 target->drawIndexed(primType, 0, 0, in internalDrawPath()
505 target->drawNonIndexed(primType, 0, vertexCnt, &devBounds); in internalDrawPath()
DGrContext.cpp852 GrPrimitiveType primType; in drawRect() local
858 primType = kTriangleStrip_GrPrimitiveType; in drawRect()
863 primType = kLineStrip_GrPrimitiveType; in drawRect()
877 target->drawNonIndexed(primType, 0, vertCount); in drawRect()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_draw_elements.c143 range.primType = hw_prim; in svga_hwtnl_simple_draw_range_elements()
Dsvga_draw_arrays.c199 range.primType = hw_prim; in simple_draw_arrays()
Dsvga_draw.c394 switch (range->primType) { in svga_hwtnl_prim()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_elements.c143 range.primType = hw_prim; in svga_hwtnl_simple_draw_range_elements()
Dsvga_draw_arrays.c199 range.primType = hw_prim; in simple_draw_arrays()
Dsvga_draw.c394 switch (range->primType) { in svga_hwtnl_prim()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1031 switch((*cmd).primType) { in dump_SVGA3dPrimitiveRange()
1057 _debug_printf("\t\t.primType = %i\n", (*cmd).primType); in dump_SVGA3dPrimitiveRange()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1031 switch((*cmd).primType) { in dump_SVGA3dPrimitiveRange()
1057 _debug_printf("\t\t.primType = %i\n", (*cmd).primType); in dump_SVGA3dPrimitiveRange()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1493 SVGA3dPrimitiveType primType; member
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1493 SVGA3dPrimitiveType primType; member