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

  /external/skia/src/gpu/batches/
GrDrawVerticesBatch.h 61 GrPrimitiveType primitiveType() const { return fPrimitiveType; }
63 return kTriangles_GrPrimitiveType == fPrimitiveType ||
64 kLines_GrPrimitiveType == fPrimitiveType ||
65 kPoints_GrPrimitiveType == fPrimitiveType;
70 GrPrimitiveType fPrimitiveType;
GrDrawVerticesBatch.cpp 63 fPrimitiveType = primitiveType;
  /external/skia/src/gpu/
GrVertices.h 16 GrPrimitiveType primitiveType() const { return fPrimitiveType; }
27 GrPrimitiveType fPrimitiveType;
54 fPrimitiveType = primType;
80 fPrimitiveType = primType;
111 fPrimitiveType = primType;
148 fInstanceBatch.fPrimitiveType = vertices.fPrimitiveType;
GrGpu.cpp 27 fPrimitiveType = di.fPrimitiveType;

Completed in 917 milliseconds