HomeSort by relevance Sort by last modified time
    Searched refs:tile (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 5 .tile-page {
13 .tile-page-scrollbar {
23 .tile-page-content {
52 .tile-grid {
57 .tile {
68 .tile:not(.doppleganger) {
73 * webstore tile that's on the same page as a [+]. */
74 .tile:not(.real):not(.doppleganger) {
78 /* I don't know why this is necessary. -webkit-user-drag: element on .tile
81 .tile img
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_tile_common.h 25 // initializes 'tile->mi_(row|col)_(start|end)' for (row, col) based on
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
30 void vp9_tile_set_row(TileInfo *tile, const struct VP9Common *cm, int row);
31 void vp9_tile_set_col(TileInfo *tile, const struct VP9Common *cm, int col);
vp9_tile_common.c 24 void vp9_tile_set_row(TileInfo *tile, const VP9_COMMON *cm, int row) {
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
29 void vp9_tile_set_col(TileInfo *tile, const VP9_COMMON *cm, int col) {
30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
34 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) {
35 vp9_tile_set_row(tile, cm, row);
36 vp9_tile_set_col(tile, cm, col);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 5 struct tile { struct
114 static void plot(struct tile *tile,
119 if (tile->data[x][y] == ' ')
120 tile->coverage++;
122 tile->overdraw++;
124 tile->data[x][y] = val;
135 struct tile *tile,
142 if (!tile->state
290 struct tile tile; local
348 struct tile tile; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 5 struct tile { struct
114 static void plot(struct tile *tile,
119 if (tile->data[x][y] == ' ')
120 tile->coverage++;
122 tile->overdraw++;
124 tile->data[x][y] = val;
135 struct tile *tile,
142 if (!tile->state
290 struct tile tile; local
348 struct tile tile; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.h 23 const struct TileInfo *const tile,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.h 21 const struct TileInfo *const tile,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 23 const struct TileInfo *const tile,
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.h 21 const struct TileInfo *const tile,
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 26 class DrawableTile : public LayerTilingData::Tile {
68 DrawableTile* tile = TileAt(0, 0); local
69 ResourceProvider::ResourceId resource_id = tile ? tile->resource_id() : 0;
86 scoped_ptr<DrawableTile> tile(DrawableTile::Create());
87 DrawableTile* added_tile = tile.get();
88 tiler_->AddTile(tile.PassAs<LayerTilingData::Tile>(), i, j);
118 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); local
119 DCHECK(tile);
140 DrawableTile* tile = static_cast<DrawableTile*>(iter->second); local
180 DrawableTile* tile = TileAt(i, j); local
211 DrawableTile* tile = TileAt(i, j); local
286 DrawableTile* tile = TileAt(i, j); local
294 DrawableTile* tile = TileAt(i, j); local
    [all...]
tiled_layer.cc 35 class UpdatableTile : public LayerTilingData::Tile {
61 // This promises to update the tile and therefore also guarantees the tile
116 // Tile if both dimensions large, or any one dimension large and the other
117 // extends into a second tile but the total layer area isn't larger than that
203 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
205 if (!tile)
208 if (!tile->managed_resource()->have_backing_texture()) {
210 invalid_tiles.push_back(tile);
214 if (!tile->valid_for_frame)
245 UpdatableTile* tile = TileAt(i, j); local
257 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
304 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
360 UpdatableTile* tile = TileAt(i, j); local
389 UpdatableTile* tile = TileAt(i, j); local
420 UpdatableTile* tile = TileAt(i, j); local
483 UpdatableTile* tile = TileAt(i, j); local
603 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
630 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
817 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); local
841 UpdatableTile* tile = TileAt(i, j); local
    [all...]
  /external/chromium_org/cc/test/
fake_tile_manager.h 21 bool HasBeenAssignedMemory(Tile* tile);
25 virtual void Release(Tile* tile) OVERRIDE;
27 std::vector<Tile*> tiles_for_raster;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.c 29 * Render target tile caching.
46 * Return the position in the cache for the tile that contains win pos (x,y).
57 * Is the tile at (x,y) in cleared state?
71 * Mark the tile at (x,y) as not cleared.
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
141 FREE( tc->tile );
217 * Set pixels in a tile to the given clear color/value, float.
220 clear_tile_rgba(struct softpipe_cached_tile *tile,
228 memset(tile->data.color, 0, sizeof(tile->data.color))
439 struct softpipe_cached_tile *tile = tc->entries[pos]; local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; local
    [all...]
sp_tex_tile_cache.c 29 * Texture tile caching.
61 tc->last_tile = &tc->entries[0]; /* any tile */
185 * Flush the tile cache: write all dirty tiles back to the transfer.
207 * cached texture tile.
231 struct softpipe_tex_cached_tile *tile; local
234 tile = tc->entries + tex_cache_pos( addr );
236 if (addr.value != tile->addr.value) {
245 " tile %u: x=%d y=%d z=%d face=%d level=%d\n",
247 pos, tile->addr.bits.x, tile->addr.bits.y, tile->z, tile->face, tile->level)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 29 * Render target tile caching.
46 * Return the position in the cache for the tile that contains win pos (x,y).
57 * Is the tile at (x,y) in cleared state?
71 * Mark the tile at (x,y) as not cleared.
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
141 FREE( tc->tile );
217 * Set pixels in a tile to the given clear color/value, float.
220 clear_tile_rgba(struct softpipe_cached_tile *tile,
228 memset(tile->data.color, 0, sizeof(tile->data.color))
439 struct softpipe_cached_tile *tile = tc->entries[pos]; local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; local
    [all...]
sp_tex_tile_cache.c 29 * Texture tile caching.
61 tc->last_tile = &tc->entries[0]; /* any tile */
185 * Flush the tile cache: write all dirty tiles back to the transfer.
207 * cached texture tile.
231 struct softpipe_tex_cached_tile *tile; local
234 tile = tc->entries + tex_cache_pos( addr );
236 if (addr.value != tile->addr.value) {
245 " tile %u: x=%d y=%d z=%d face=%d level=%d\n",
247 pos, tile->addr.bits.x, tile->addr.bits.y, tile->z, tile->face, tile->level)
    [all...]
  /external/chromium_org/cc/resources/
tile_manager.cc 22 #include "cc/resources/tile.h"
32 // a tile is of solid color.
409 void TileManager::Release(Tile* tile) {
410 DCHECK(TilePriority() == tile->combined_priority());
413 released_tiles_.push_back(tile);
416 void TileManager::DidChangeTilePriority(Tile* tile) {
428 for (std::vector<Tile*>::iterator it = released_tiles_.begin();
431 Tile* tile = *it local
443 Tile* tile = *it; local
525 Tile* tile = it->second; local
572 Tile* tile = it->second; local
794 Tile* tile = *it; local
980 Tile* tile = *it; local
1108 Tile* tile = tiles_[tile_id]; local
1148 scoped_refptr<Tile> tile = make_scoped_refptr(new Tile(this, local
    [all...]
prioritized_tile_set_unittest.cc 10 #include "cc/resources/tile.h"
24 bool operator()(const scoped_refptr<Tile>& a,
25 const scoped_refptr<Tile>& b) const {
72 scoped_refptr<Tile> CreateTile() {
81 void ReleaseTiles(std::vector<scoped_refptr<Tile> >* tiles) {
82 for (std::vector<scoped_refptr<Tile> >::iterator it = tiles->begin();
85 Tile* tile = it->get(); local
86 tile->SetPriority(ACTIVE_TREE, TilePriority());
87 tile->SetPriority(PENDING_TREE, TilePriority())
115 scoped_refptr<Tile> tile = CreateTile(); local
138 scoped_refptr<Tile> tile = CreateTile(); local
172 scoped_refptr<Tile> tile = CreateTile(); local
208 scoped_refptr<Tile> tile = CreateTile(); local
245 scoped_refptr<Tile> tile = CreateTile(); local
278 scoped_refptr<Tile> tile = CreateTile(); local
314 scoped_refptr<Tile> tile = CreateTile(); local
350 scoped_refptr<Tile> tile = CreateTile(); local
386 scoped_refptr<Tile> tile = CreateTile(); local
470 scoped_refptr<Tile> tile = CreateTile(); local
589 scoped_refptr<Tile> tile = CreateTile(); local
    [all...]
tile_manager.h 28 #include "cc/resources/tile.h"
43 // Returns the set of layers that the tile manager should consider for raster.
51 // Called when the visible representation of a tile might have changed. Some
53 // - Tile version initialized.
54 // - Tile resources freed.
55 // - Tile marked for on-demand raster.
56 virtual void NotifyTileStateChanged(const Tile* tile) = 0;
58 // Given an empty raster tile priority queue, this will build a priority queue
64 // Given an empty eviction tile priority queue, this will build a priorit
141 Tile* tile = tiles[i]; local
    [all...]
layer_tiling_data.cc 58 void LayerTilingData::AddTile(scoped_ptr<Tile> tile, int i, int j) {
60 tile->move_to(i, j);
61 tiles_.add(std::make_pair(i, j), tile.Pass());
64 scoped_ptr<LayerTilingData::Tile> LayerTilingData::TakeTile(int i, int j) {
68 LayerTilingData::Tile* LayerTilingData::TileAt(int i, int j) const {
89 gfx::Rect LayerTilingData::TileRect(const Tile* tile) const {
90 gfx::Rect tile_rect = tiling_data_.TileBoundsWithBorder(tile->i(), tile->j())
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) {
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows);
26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows);
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
vp9_tile_common.h 25 // initializes 'tile->mi_(row|col)_(start|end)' for (row, col) based on
27 void vp9_tile_init(TileInfo *tile, const struct VP9Common *cm,
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_jpeg.py 46 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
47 rgb0 = its.image.compute_image_means(tile)
51 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1)
52 rgb1 = its.image.compute_image_means(tile)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_linear.c 91 t->tile.width = tile_width;
92 t->tile.height = tile_height;
93 t->cols = t->tile.width / t->block.width;
94 t->rows = t->tile.height / t->block.height;
95 t->tile.size = t->cols * t->rows * t->block.size;
100 t->size = t->tiles_x * t->tiles_y * t->tile.size;
  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.c 91 t->tile.width = tile_width;
92 t->tile.height = tile_height;
93 t->cols = t->tile.width / t->block.width;
94 t->rows = t->tile.height / t->block.height;
95 t->tile.size = t->cols * t->rows * t->block.size;
100 t->size = t->tiles_x * t->tiles_y * t->tile.size;

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 9