Searched defs:TextureLayerOp (Results 1 - 1 of 1) 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,

Completed in 89 milliseconds