HomeSort by relevance Sort by last modified time
    Searched refs:TextureLayerOp (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
RecordedOp.h 104 UNMERGEABLE_OP_FN(TextureLayerOp) \
418 struct TextureLayerOp : RecordedOp {
419 TextureLayerOp(BASE_PARAMS_PAINTLESS, DeferredLayerUpdater* layer)
420 : SUPER_PAINTLESS(TextureLayerOp)
423 // Copy an existing TextureLayerOp, replacing the underlying matrix
424 TextureLayerOp(const TextureLayerOp& op, const Matrix4& replacementMatrix)
425 : RecordedOp(RecordedOpId::TextureLayerOp, op.unmappedBounds, replacementMatrix,
FrameBuilder.cpp     [all...]
RecordingCanvas.cpp 612 addOp(alloc().create_trivial<TextureLayerOp>(
BakedOpDispatcher.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 341 ASSERT_EQ(RecordedOpId::TextureLayerOp, op.opId);
    [all...]
FrameBuilderTests.cpp 688 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override {
722 void onTextureLayerOp(const TextureLayerOp& op, const BakedOpState& state) override {
    [all...]

Completed in 149 milliseconds