/external/chromium_org/cc/quads/ |
content_draw_quad_base.cc | 25 gfx::Size texture_size, 32 this->texture_size = texture_size; 43 gfx::Size texture_size, 48 this->texture_size = texture_size; 54 value->Set("texture_size", MathUtil::AsValue(texture_size).release());
|
content_draw_quad_base.h | 24 gfx::Size texture_size, 34 gfx::Size texture_size, 38 gfx::Size texture_size; member in class:cc::ContentDrawQuadBase
|
tile_draw_quad.cc | 29 gfx::Size texture_size, 32 opaque_rect, tex_coord_rect, texture_size, 44 gfx::Size texture_size, 48 tex_coord_rect, texture_size, swizzle_contents);
|
tile_draw_quad.h | 22 gfx::Size texture_size, 32 gfx::Size texture_size,
|
picture_draw_quad.cc | 27 gfx::Size texture_size, 37 texture_size, 52 gfx::Size texture_size, 64 texture_size,
|
picture_draw_quad.h | 29 gfx::Size texture_size, 41 gfx::Size texture_size,
|
draw_quad_unittest.cc | 518 gfx::Size texture_size(85, 32); 526 texture_size, 532 EXPECT_EQ(texture_size, copy_quad->texture_size); 538 texture_size, 543 EXPECT_EQ(texture_size, copy_quad->texture_size); 588 gfx::Size texture_size(85, 32); 598 texture_size, 606 EXPECT_EQ(texture_size, copy_quad->texture_size) [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling_set.h | 93 gfx::Size texture_size() const;
|
picture_layer_tiling.h | 100 gfx::Size texture_size() const;
|
picture_layer_tiling_set.cc | 197 gfx::Size PictureLayerTilingSet::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTilingSet::CoverageIterator 200 return tiling_iter_.texture_size();
|
picture_layer_tiling.cc | 340 gfx::Size PictureLayerTiling::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTiling::CoverageIterator
|
picture_layer_tiling_unittest.cc | 111 EXPECT_EQ(iter.texture_size(), client_.TileSize()); [all...] |
/external/chromium_org/cc/layers/ |
tiled_layer_impl.cc | 235 gfx::Size texture_size(tile_width, tile_height); 243 texture_size,
|
picture_layer_impl.cc | 138 gfx::Size texture_size = rect.size(); local 139 gfx::RectF texture_rect = gfx::RectF(texture_size); 148 texture_size, 250 iter.texture_size(), 269 iter.texture_size(), [all...] |
tiled_layer_impl_unittest.cc | 271 EXPECT_EQ(tile_size, quad->texture_size) << LayerTestCommon::quad_string
|
/external/chromium_org/ui/compositor/ |
layer.cc | 937 gfx::Size texture_size; local 941 texture_size = gfx::ToFlooredSize( 946 texture_size = gfx::ToFlooredSize( 949 size.SetToMin(texture_size); 953 static_cast<float>(size.width())/texture_size.width(), 954 static_cast<float>(size.height())/texture_size.height());
|
/external/chromium_org/content/common/ |
cc_messages.h | 196 IPC_STRUCT_TRAITS_MEMBER(texture_size)
|
cc_messages_unittest.cc | 178 EXPECT_EQ(a->texture_size, b->texture_size);
|
/external/chromium_org/cc/output/ |
gl_renderer.cc | 1468 gfx::Size texture_size = quad->texture_size; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 831 texture_size(const struct gl_texture_object *texObj) function 861 *total = *total + texture_size(texObj); 878 total += texture_size(ctx->Shared->DefaultTex[tgt]); [all...] |
/external/mesa3d/src/mesa/main/ |
texobj.c | 831 texture_size(const struct gl_texture_object *texObj) function 861 *total = *total + texture_size(texObj); 878 total += texture_size(ctx->Shared->DefaultTex[tgt]); [all...] |