/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_draw_arrays.c | 106 if (hwtnl->index_cache[prim][i].buffer != NULL && 107 hwtnl->index_cache[prim][i].generate == generate) 109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type)) 112 hwtnl->index_cache[prim][i].buffer ); 121 pipe_resource_reference( &hwtnl->index_cache[prim][i].buffer, 126 i, hwtnl->index_cache[prim][i].gen_nr); 139 if (hwtnl->index_cache[prim][i].buffer == NULL) 144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) 147 smallest_size = hwtnl->index_cache[prim][i].gen_nr; 153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer [all...] |
svga_draw_private.h | 86 struct index_cache { struct 136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
|
svga_draw.c | 70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_arrays.c | 106 if (hwtnl->index_cache[prim][i].buffer != NULL && 107 hwtnl->index_cache[prim][i].generate == generate) 109 if (compare(hwtnl->index_cache[prim][i].gen_nr, gen_nr, gen_type)) 112 hwtnl->index_cache[prim][i].buffer ); 121 pipe_resource_reference( &hwtnl->index_cache[prim][i].buffer, 126 i, hwtnl->index_cache[prim][i].gen_nr); 139 if (hwtnl->index_cache[prim][i].buffer == NULL) 144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) 147 smallest_size = hwtnl->index_cache[prim][i].gen_nr; 153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer [all...] |
svga_draw_private.h | 86 struct index_cache { struct 136 struct index_cache index_cache[PIPE_PRIM_MAX][IDX_CACHE_MAX]; member in struct:svga_hwtnl
|
svga_draw.c | 70 pipe_resource_reference( &hwtnl->index_cache[i][j].buffer,
|
/external/chromium/chrome/browser/history/ |
in_memory_url_index.cc | 248 InMemoryURLIndexCacheItem index_cache; local 249 if (!index_cache.ParseFromArray(data.c_str(), data.size())) { 255 if (!RestorePrivateData(index_cache)) { 271 InMemoryURLIndexCacheItem index_cache; local 272 SavePrivateData(&index_cache); 274 if (!index_cache.SerializeToString(&data)) { [all...] |
in_memory_url_index_unittest.cc | 539 in_memory_url_index::InMemoryURLIndexCacheItem index_cache; local 540 url_index.SavePrivateData(&index_cache); 570 EXPECT_TRUE(url_index.RestorePrivateData(index_cache));
|
/external/chromium_org/chrome/browser/history/ |
url_index_private_data.cc | 410 InMemoryURLIndexCacheItem index_cache; local 411 if (!index_cache.ParseFromArray(data.c_str(), data.size())) { 417 if (!restored_data->RestorePrivateData(index_cache, languages)) 893 InMemoryURLIndexCacheItem index_cache; local [all...] |
/external/v8/src/ |
hydrogen-instructions.cc | 1654 HForInCacheArray* index_cache = local [all...] |
hydrogen-instructions.h | 4782 HForInCacheArray* index_cache() { function in class:v8::HForInCacheArray [all...] |
hydrogen.cc | 3355 HInstruction* index_cache = AddInstruction( local [all...] |
/external/chromium_org/v8/src/ |
hydrogen-instructions.cc | 3215 HForInCacheArray* index_cache = local [all...] |
hydrogen-instructions.h | 7446 HForInCacheArray* index_cache() { function in class:v8::V8_FINAL [all...] |
hydrogen.cc | 4473 HInstruction* index_cache = Add<HForInCacheArray>( local [all...] |