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

  /external/skia/src/gpu/
GrDefaultPathRenderer.h 51 GrPrimitiveType*,
GrDrawTarget.h 368 void drawIndexed(GrPrimitiveType type,
386 void drawNonIndexed(GrPrimitiveType type,
469 void drawIndexedInstances(GrPrimitiveType type,
745 GrPrimitiveType primitiveType() const { return fPrimitiveType; }
779 GrPrimitiveType fPrimitiveType;
    [all...]
GrDrawTarget.cpp 342 bool GrDrawTarget::checkDraw(GrPrimitiveType type, int startVertex,
401 void GrDrawTarget::drawIndexed(GrPrimitiveType type,
426 void GrDrawTarget::drawNonIndexed(GrPrimitiveType type,
626 void GrDrawTarget::drawIndexedInstances(GrPrimitiveType type,
GrDefaultPathRenderer.cpp 194 GrPrimitiveType* primType,
337 GrPrimitiveType primType;
GrGpu.h 363 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
GrContext.cpp 748 GrPrimitiveType primType;
862 GrPrimitiveType primitiveType,
    [all...]
SkGpuDevice.cpp 592 static const GrPrimitiveType gPointMode2PrimtiveType[] = {
    [all...]
  /external/skia/include/gpu/
GrTypes.h 206 enum GrPrimitiveType {
215 static inline bool GrIsPrimTypeLines(GrPrimitiveType type) {
219 static inline bool GrIsPrimTypeTris(GrPrimitiveType type) {
GrContext.h 435 GrPrimitiveType primitiveType,
    [all...]

Completed in 106 milliseconds