HomeSort by relevance Sort by last modified time
    Searched defs:RecordedOp (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrRenderTargetOpList.h 121 struct RecordedOp {
122 RecordedOp(std::unique_ptr<GrOp> op, GrAppliedClip* appliedClip, const DstProxy* dstProxy)
156 bool combineIfPossible(const RecordedOp& a, GrOp* b, const GrAppliedClip* bClip,
164 SkSTArray<5, RecordedOp, true> fRecordedOps;
  /external/skqp/src/gpu/
GrRenderTargetOpList.h 121 struct RecordedOp {
122 RecordedOp(std::unique_ptr<GrOp> op, GrAppliedClip* appliedClip, const DstProxy* dstProxy)
156 bool combineIfPossible(const RecordedOp& a, GrOp* b, const GrAppliedClip* bClip,
164 SkSTArray<5, RecordedOp, true> fRecordedOps;
  /frameworks/base/libs/hwui/
RecordedOp.h 155 #define SUPER(Type) RecordedOp(RecordedOpId::Type, unmappedBounds, localMatrix, localClip, paint)
157 RecordedOp(RecordedOpId::Type, unmappedBounds, localMatrix, localClip, nullptr)
159 struct RecordedOp {
176 RecordedOp(unsigned int opId, BASE_PARAMS)
184 struct RenderNodeOp : RecordedOp {
205 struct ArcOp : RecordedOp {
213 struct BitmapOp : RecordedOp {
218 struct BitmapMeshOp : RecordedOp {
234 struct BitmapRectOp : RecordedOp {
241 struct CirclePropsOp : RecordedOp {
    [all...]

Completed in 221 milliseconds