Lines Matching refs:tiles
67 static DEFINE_int(ddlTilingWidthHeight, 0, "number of tiles along one edge when in DDL mode");
211 static void ddl_sample(GrDirectContext* dContext, DDLTileHelper* tiles, GpuSync& gpuSync,
226 tiles->interleaveDDLCreationAndDraw(dContext, picture);
230 tiles->drawAllTilesDirectly(dContext, picture);
232 tiles->kickOffThreadedWork(recordingTaskGroup, gpuTaskGroup, dContext, picture);
274 DDLTileHelper tiles(dContext, dstCharacterization, viewport,
278 tiles.createBackendTextures(nullptr, dContext);
298 ddl_sample(dContext, &tiles, gpuSync, nullptr, recordingTaskGroup.get(),
308 tiles.resetAllTiles();
309 ddl_sample(dContext, &tiles, gpuSync, &sample, recordingTaskGroup.get(),
327 dstSurface->draw(tiles.composeDDL());
331 tiles.resetAllTiles();
340 tiles.deleteBackendTextures(nullptr, dContext);