Home
last modified time | relevance | path

Searched refs:DrawPoints (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/core/
DSkPictureCommon.h35 void operator()(const SkRecords::DrawPoints& op) { in operator()
DSkRecords.h70 M(DrawPoints) \
298 RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp130 DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint));
403 Bounds bounds(const DrawPoints& op) const { in bounds()
DSkRecorder.cpp149 this->append<SkRecords::DrawPoints>(paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
/external/skqp/src/core/
DSkPictureCommon.h35 void operator()(const SkRecords::DrawPoints& op) { in operator()
DSkRecords.h67 M(DrawPoints) \
279 RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag,
DSkLiteDL.cpp60 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
401 struct DrawPoints final : Op { struct
402 static const auto kType = Type::DrawPoints; argument
403 DrawPoints(SkCanvas::PointMode mode, size_t count, const SkPaint& paint) in DrawPoints() function
610 void* pod = this->push<DrawPoints>(count*sizeof(SkPoint), mode, count, paint); in drawPoints()
DSkRecordDraw.cpp124 DRAW(DrawPoints, drawPoints(r.mode, r.count, r.pts, r.paint));
401 Bounds bounds(const DrawPoints& op) const { in bounds()
DSkRecorder.cpp146 this->append<SkRecords::DrawPoints>(paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp83 static void DrawPoints(IDirect3DDevice9 *device, GLsizei count, const void *indices, int minIndex) in DrawPoints() function
1655 DrawPoints<GLubyte>(mDevice, count, indices, minIndex); in drawIndexedPoints()
1658 DrawPoints<GLushort>(mDevice, count, indices, minIndex); in drawIndexedPoints()
1661 DrawPoints<GLuint>(mDevice, count, indices, minIndex); in drawIndexedPoints()