Searched refs:texture_size_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/cc/resources/ |
D | prioritized_resource_unittest.cc | 25 : texture_size_(256, 256), in PrioritizedResourceTest() 46 return Resource::MemorySizeBytes(texture_size_, texture_format_) * in TexturesMemorySize() 115 const gfx::Size texture_size_; member in cc::PrioritizedResourceTest 135 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 179 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 246 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 316 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 396 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 470 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() 614 resource_manager->CreateTexture(texture_size_, texture_format_); in TEST_F() [all …]
|
/external/chromium_org/content/common/gpu/media/ |
D | vt_video_decode_accelerator.cc | 340 texture_size_ = coded_size; in SizeChangedTask() 343 kNumPictureBuffers, texture_size_, GL_TEXTURE_RECTANGLE_ARB); in SizeChangedTask() 485 texture_size_.width(), // width in SendPictures() 486 texture_size_.height(), // height in SendPictures() 494 picture_id, frame.bitstream_id, gfx::Rect(texture_size_))); in SendPictures()
|
D | vt_video_decode_accelerator.h | 125 gfx::Size texture_size_; variable
|
/external/chromium_org/content/renderer/pepper/ |
D | video_decoder_shim.cc | 480 if (texture_size_ != frame->coded_size) { in OnOutputComplete() 505 texture_size_ = frame->coded_size; in OnOutputComplete() 530 texture_size_.width(), in SendPictures() 531 texture_size_.height(), in SendPictures()
|
D | video_decoder_shim.h | 99 gfx::Size texture_size_; variable
|