Searched refs:BitmapMeshOp (Results 1 – 4 of 4) sorted by relevance
93 UNMERGEABLE_OP_FN(BitmapMeshOp) \218 struct BitmapMeshOp : RecordedOp { struct219 BitmapMeshOp(BASE_PARAMS, Bitmap* bitmap, int meshWidth, int meshHeight, const float* vertices, in BitmapMeshOp() argument221 : SUPER(BitmapMeshOp) in BitmapMeshOp()
483 addOp(alloc().create_trivial<BitmapMeshOp>( in drawBitmapMesh()
613 void FrameBuilder::deferBitmapMeshOp(const BitmapMeshOp& op) { in deferBitmapMeshOp()
433 void BakedOpDispatcher::onBitmapMeshOp(BakedOpRenderer& renderer, const BitmapMeshOp& op, in onBitmapMeshOp()