Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordedOp.h105 UNMERGEABLE_OP_FN(TextureLayerOp) \
395 struct TextureLayerOp : RecordedOp { struct
396 TextureLayerOp(BASE_PARAMS_PAINTLESS, DeferredLayerUpdater* layer) in TextureLayerOp() argument
397 : SUPER_PAINTLESS(TextureLayerOp), layerHandle(layer) {} in TextureLayerOp()
400 TextureLayerOp(const TextureLayerOp& op, const Matrix4& replacementMatrix) in TextureLayerOp() argument
401 : RecordedOp(RecordedOpId::TextureLayerOp, op.unmappedBounds, replacementMatrix, in TextureLayerOp()
DFrameBuilder.cpp769 void FrameBuilder::deferTextureLayerOp(const TextureLayerOp& op) { in deferTextureLayerOp()
773 const TextureLayerOp* textureLayerOp = &op; in deferTextureLayerOp()
779 textureLayerOp = mAllocator.create<TextureLayerOp>(op, combinedMatrix); in deferTextureLayerOp()
DRecordingCanvas.cpp568 addOp(alloc().create_trivial<TextureLayerOp>( in drawLayer()
DBakedOpDispatcher.cpp778 void BakedOpDispatcher::onTextureLayerOp(BakedOpRenderer& renderer, const TextureLayerOp& op, in onTextureLayerOp()
/frameworks/base/libs/hwui/tests/unit/
DRecordingCanvasTests.cpp336 ASSERT_EQ(RecordedOpId::TextureLayerOp, op.opId); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
DFrameBuilderTests.cpp676 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
710 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()