Searched refs:TextureLayerOp (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DRecordedOp.h104 UNMERGEABLE_OP_FN(TextureLayerOp) \
418 struct TextureLayerOp : RecordedOp { struct in namespace:android::uirenderer
419 TextureLayerOp(BASE_PARAMS_PAINTLESS, DeferredLayerUpdater* layer) function in struct:android::uirenderer::TextureLayerOp
420 : SUPER_PAINTLESS(TextureLayerOp)
423 // Copy an existing TextureLayerOp, replacing the underlying matrix
424 TextureLayerOp(const TextureLayerOp& op, const Matrix4& replacementMatrix) function in struct:android::uirenderer::TextureLayerOp
425 : RecordedOp(RecordedOpId::TextureLayerOp, op.unmappedBounds, replacementMatrix,
H A DFrameBuilder.cpp791 void FrameBuilder::deferTextureLayerOp(const TextureLayerOp& op) {
795 const TextureLayerOp* textureLayerOp = &op;
801 textureLayerOp = mAllocator.create<TextureLayerOp>(op, combinedMatrix);
H A DRecordingCanvas.cpp612 addOp(alloc().create_trivial<TextureLayerOp>(
H A DBakedOpDispatcher.cpp765 void BakedOpDispatcher::onTextureLayerOp(BakedOpRenderer& renderer, const TextureLayerOp& op, const BakedOpState& state) {
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp341 ASSERT_EQ(RecordedOpId::TextureLayerOp, op.opId);
H A DFrameBuilderTests.cpp688 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override {
722 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override {

Completed in 4907 milliseconds