HomeSort by relevance Sort by last modified time
    Searched refs:kLineStrip_GrPrimitiveType (Results 1 - 5 of 5) sorted by null

  /external/skia/include/gpu/
GrTypes.h 152 kLineStrip_GrPrimitiveType, // 1 pix wide only
153 kLast_GrPrimitiveType = kLineStrip_GrPrimitiveType
157 return kLines_GrPrimitiveType == type || kLineStrip_GrPrimitiveType == type;
  /external/skia/src/gpu/batches/
GrDrawVerticesBatch.cpp 224 case kLineStrip_GrPrimitiveType:
240 case kLineStrip_GrPrimitiveType:
GrNonAAStrokeRectBatch.cpp 152 primType = kLineStrip_GrPrimitiveType;
GrDefaultPathRenderer.cpp 304 primitiveType = kLineStrip_GrPrimitiveType;
  /external/skia/src/gpu/
SkGpuDevice.cpp 375 kLineStrip_GrPrimitiveType
    [all...]

Completed in 3691 milliseconds