Searched refs:RecordedOp (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 155 #define SUPER(Type) RecordedOp(RecordedOpId::Type, unmappedBounds, localMatrix, localClip, paint) 157 RecordedOp(RecordedOpId::Type, unmappedBounds, localMatrix, localClip, nullptr) 159 struct RecordedOp { struct 176 RecordedOp(unsigned int opId, BASE_PARAMS) in RecordedOp() argument 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 …]
|
D | BakedOpState.h | 56 const RecordedOp& recordedOp, bool expandForStroke, 104 const RecordedOp& recordedOp); 107 const RecordedOp& recordedOp); 117 const RecordedOp& recordedOp, 125 const Rect& dstRect, const RecordedOp& recordedOp); 136 const RecordedOp* op; 141 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, const RecordedOp& recordedOp, in BakedOpState() 149 BakedOpState(LinearAllocator& allocator, Snapshot& snapshot, const RecordedOp& recordedOp) in BakedOpState() 161 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) in BakedOpState()
|
D | OpDumper.h | 24 struct RecordedOp; 28 static void dump(const RecordedOp& op, std::ostream& output, int level = 0); 29 static const char* opName(const RecordedOp& op);
|
D | BakedOpState.cpp | 34 const RecordedOp& recordedOp, bool expandForStroke, in ResolvedRenderState() 114 const RecordedOp& recordedOp) { in tryConstruct() 127 const RecordedOp& recordedOp) { in tryConstructUnbounded() 133 const RecordedOp& recordedOp, in tryStrokeableOpConstruct() 161 const Rect& dstRect, const RecordedOp& recordedOp) { in directConstruct()
|
D | OpDumper.cpp | 28 void OpDumper::dump(const RecordedOp& op, std::ostream& output, int level) { in dump() 48 const char* OpDumper::opName(const RecordedOp& op) { in opName()
|
D | FrameBuilder.h | 178 BakedOpState* tryBakeOpState(const RecordedOp& recordedOp) { in tryBakeOpState() 181 BakedOpState* tryBakeUnboundedOpState(const RecordedOp& recordedOp) { in tryBakeUnboundedOpState() 205 BakedOpState* deferStrokeableOp(const RecordedOp& op, batchid_t batchId,
|
D | DisplayList.h | 56 struct RecordedOp; 59 typedef RecordedOp BaseOpType;
|
D | RecordingCanvas.h | 41 struct RecordedOp; 207 int addOp(RecordedOp* op);
|
D | FrameBuilder.cpp | 497 [](FrameBuilder& frameBuilder, const RecordedOp& op) { \ 501 typedef void (*OpDispatcher)(FrameBuilder & frameBuilder, const RecordedOp& op); in deferNodeOps() 512 const RecordedOp* op = displayList.getOps()[opIndex]; in deferNodeOps() 550 BakedOpState* FrameBuilder::deferStrokeableOp(const RecordedOp& op, batchid_t batchId, in deferStrokeableOp() 572 static batchid_t tessBatchId(const RecordedOp& op) { in tessBatchId()
|
D | RecordingCanvas.cpp | 580 int RecordingCanvas::addOp(RecordedOp* op) { in addOp()
|
D | BakedOpDispatcher.cpp | 377 SkRect getBoundsOfFill(const RecordedOp& op) { in getBoundsOfFill()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | RecordingCanvasTests.cpp | 35 std::function<void(const RecordedOp&)> opReceiver) { in playbackOps() 38 RecordedOp* op = displayList.getOps()[opIndex]; in playbackOps() 45 std::function<void(const RecordedOp& op)> opValidator) { in validateSingleOp() 61 playbackOps(*dl, [](const RecordedOp& op) { ADD_FAILURE(); }); in OPENGL_PIPELINE_TEST() 182 playbackOps(*dl, [&count](const RecordedOp& op) { in OPENGL_PIPELINE_TEST() 249 playbackOps(*dl, [&count, &lastX](const RecordedOp& op) { in OPENGL_PIPELINE_TEST() 300 playbackOps(*dl, [&count](const RecordedOp& op) { in OPENGL_PIPELINE_TEST() 335 validateSingleOp(dl, [](const RecordedOp& op) { in RENDERTHREAD_OPENGL_PIPELINE_TEST() 348 playbackOps(*dl, [&count](const RecordedOp& op) { in OPENGL_PIPELINE_TEST() 382 playbackOps(*dl, [&count](const RecordedOp& op) { in OPENGL_PIPELINE_TEST() [all …]
|
D | BakedOpDispatcherTests.cpp | 57 static void testUnmergedGlopDispatch(renderthread::RenderThread& renderThread, RecordedOp* op, in testUnmergedGlopDispatch() 127 static int getGlopTransformFlags(renderthread::RenderThread& renderThread, RecordedOp* op) { in getGlopTransformFlags()
|