/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 5 struct tile { struct 6 int coverage; 7 int overdraw; 8 const struct lp_rast_state *state; 9 char data[TILE_SIZE][TILE_SIZE]; 114 static void plot(struct tile *tile, in plot() 135 struct tile *tile, in debug_shade_tile() 160 struct tile *tile, in debug_clear_tile() 177 struct tile *tile, in debug_triangle() 231 do_debug_bin( struct tile *tile, in do_debug_bin() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 5 struct tile { struct 6 int coverage; 7 int overdraw; 8 const struct lp_rast_state *state; 9 char data[TILE_SIZE][TILE_SIZE]; 114 static void plot(struct tile *tile, in plot() 135 struct tile *tile, in debug_shade_tile() 160 struct tile *tile, in debug_clear_tile() 177 struct tile *tile, in debug_triangle() 231 do_debug_bin( struct tile *tile, in do_debug_bin() [all …]
|
/external/chromium_org/cc/resources/ |
D | tile_manager.cc | 241 void TileManager::Release(Tile* tile) { in Release() 246 void TileManager::DidChangeTilePriority(Tile* tile) { in DidChangeTilePriority() 258 Tile* tile = *it; in CleanUpReleasedTiles() local 322 Tile* tile = it->second; in DidFinishRunningTasks() local 362 Tile* tile = it->second; in GetTilesWithAssignedBins() local 656 Tile* tile = *it; in AssignGpuMemoryToTiles() local 760 void TileManager::FreeResourceForTile(Tile* tile, RasterMode mode) { in FreeResourceForTile() 774 void TileManager::FreeResourcesForTile(Tile* tile) { in FreeResourcesForTile() 780 void TileManager::FreeUnusedResourcesForTile(Tile* tile) { in FreeUnusedResourcesForTile() 810 Tile* tile = *it; in ScheduleTasks() local [all …]
|
D | prioritized_tile_set_unittest.cc | 103 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 126 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 158 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 192 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 227 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 258 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 292 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 326 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 360 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local 442 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local [all …]
|
D | tile_manager_perftest.cc | 111 scoped_refptr<Tile> tile = in CreateBinTiles() local 149 Tile* tile = tiles[i].first.get(); in RunManageTilesTest() local
|
D | layer_tiling_data.cc | 55 void LayerTilingData::AddTile(scoped_ptr<Tile> tile, int i, int j) { in AddTile() 102 Tile* tile = TileAt(i, j); in OpaqueRegionInContentRect() local
|
/external/chromium_org/cc/layers/ |
D | tiled_layer_impl.cc | 60 DrawableTile* tile = TileAt(0, 0); in ContentsResourceId() local 78 scoped_ptr<DrawableTile> tile(DrawableTile::Create()); in CreateTile() local 108 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); in GPUMemoryUsageInBytes() local 129 DrawableTile* tile = static_cast<DrawableTile*>(iter->second); in PushPropertiesTo() local 165 DrawableTile* tile = TileAt(i, j); in AppendQuads() local 192 DrawableTile* tile = TileAt(i, j); in AppendQuads() local 268 DrawableTile* tile = TileAt(i, j); in PushTileProperties() local 277 DrawableTile* tile = TileAt(i, j); in PushInvalidTile() local
|
D | tiled_layer.cc | 203 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in PushPropertiesTo() local 246 UpdatableTile* tile = TileAt(i, j); in ResourceAtForTesting() local 258 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in SetLayerTreeHost() local 276 scoped_ptr<UpdatableTile> tile( in CreateTile() local 305 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in InvalidateContentRect() local 317 bool TiledLayer::TileOnlyNeedsPartialUpdate(UpdatableTile* tile) { in TileOnlyNeedsPartialUpdate() 370 UpdatableTile* tile = TileAt(i, j); in MarkOcclusionsAndRequestTextures() local 405 UpdatableTile* tile = TileAt(i, j); in HaveTexturesForTiles() local 436 UpdatableTile* tile = TileAt(i, j); in MarkTilesForUpdate() local 504 UpdatableTile* tile = TileAt(i, j); in UpdateTileTextures() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 220 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba() 269 clear_tile(struct softpipe_cached_tile *tile, in clear_tile() 439 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_flush_tile_cache() local 464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile() local 506 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_find_cached_tile() local
|
D | sp_quad_depth_test_tmp.h | 61 struct softpipe_cached_tile *tile; in NAME() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 220 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba() 269 clear_tile(struct softpipe_cached_tile *tile, in clear_tile() 439 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_flush_tile_cache() local 464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile() local 506 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_find_cached_tile() local
|
D | sp_quad_depth_test_tmp.h | 61 struct softpipe_cached_tile *tile; in NAME() local
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkTileGrid.h | 108 for (int tile = 0; tile < tileCount; ++tile) { in SkTileGridNextDatum() local 125 for (int tile = minIndex; tile <= maxIndex; ++tile) { in SkTileGridNextDatum() local
|
D | SkTileGrid.cpp | 33 SkTDArray<void *>& SkTileGrid::tile(int x, int y) { in tile() function in SkTileGrid 97 int tile = 0; in search() local
|
/external/skia/src/core/ |
D | SkTileGrid.h | 108 for (int tile = 0; tile < tileCount; ++tile) { in SkTileGridNextDatum() local 125 for (int tile = minIndex; tile <= maxIndex; ++tile) { in SkTileGridNextDatum() local
|
D | SkTileGrid.cpp | 33 SkTDArray<void *>& SkTileGrid::tile(int x, int y) { in tile() function in SkTileGrid 97 int tile = 0; in search() local
|
/external/chromium_org/cc/test/ |
D | fake_tile_manager.cc | 91 bool FakeTileManager::HasBeenAssignedMemory(Tile* tile) { in HasBeenAssignedMemory() 101 void FakeTileManager::Release(Tile* tile) { in Release()
|
D | fake_picture_layer_impl.cc | 82 Tile* tile = tiles[tile_idx]; in SetAllTilesVisible() local 104 Tile* tile = tiles[tile_idx]; in SetAllTilesReadyInTiling() local
|
D | fake_picture_layer_tiling_client.h | 26 virtual void UpdatePile(Tile* tile) OVERRIDE {} in UpdatePile()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 26 const TileInfo *const tile, in vp9_find_mv_refs()
|
D | vp9_mvref_common.c | 173 static INLINE int is_inside(const TileInfo *const tile, in is_inside() 185 const TileInfo *const tile, in vp9_find_mv_refs_idx()
|
/external/chromium-trace/trace-viewer/src/cc/ |
D | selection.js | 116 function TileSelection(tile) { argument 167 get tile() { getter in RasterTaskSelection
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 120 static void count_segs(VP9_COMP *cpi, const TileInfo *const tile, in count_segs() 161 static void count_segs_sb(VP9_COMP *cpi, const TileInfo *const tile, in count_segs_sb() 240 TileInfo tile; in vp9_choose_segmap_coding_method() local
|
/external/chromium_org/win8/metro_driver/ |
D | secondary_tile.cc | 104 mswr::ComPtr<winui::StartScreen::ISecondaryTile> tile; in DeleteTileFromStartScreen() local 164 mswr::ComPtr<winui::StartScreen::ISecondaryTile> tile; in CreateTileOnStartScreen() local
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
D | mosaic_mode.js | 311 Mosaic.prototype.initTile_ = function(tile, callback) { argument 838 Mosaic.Layout.prototype.add = function(tile, isLast) { argument 1326 Mosaic.Column.prototype.add = function(tile) { argument 1441 this.tiles_.map(function(tile) { return tile.getMaxContentHeight() }); argument 1477 Mosaic.Row.prototype.add = function(tile) { argument 1569 this.tiles_.map(function(tile) { return tile.getMaxContentHeight() })); argument 1606 function(tile) { return tile.getAspectRatio() }); argument
|