Searched refs:TextureLayerOp (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordedOp.h | 105 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()
|
D | FrameBuilder.cpp | 769 void FrameBuilder::deferTextureLayerOp(const TextureLayerOp& op) { in deferTextureLayerOp() 773 const TextureLayerOp* textureLayerOp = &op; in deferTextureLayerOp() 779 textureLayerOp = mAllocator.create<TextureLayerOp>(op, combinedMatrix); in deferTextureLayerOp()
|
D | RecordingCanvas.cpp | 568 addOp(alloc().create_trivial<TextureLayerOp>( in drawLayer()
|
D | BakedOpDispatcher.cpp | 778 void BakedOpDispatcher::onTextureLayerOp(BakedOpRenderer& renderer, const TextureLayerOp& op, in onTextureLayerOp()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | RecordingCanvasTests.cpp | 336 ASSERT_EQ(RecordedOpId::TextureLayerOp, op.opId); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
|
D | FrameBuilderTests.cpp | 676 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()
|