HomeSort by relevance Sort by last modified time
    Searched defs:texture_size (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/quads/
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
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.cc 188 gfx::Size PictureLayerTilingSet::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTilingSet::CoverageIterator
191 return tiling_iter_.texture_size();
picture_layer_tiling.cc 333 gfx::Size PictureLayerTiling::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTiling::CoverageIterator
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 137 gfx::Size texture_size = rect.size(); local
138 gfx::RectF texture_rect = gfx::RectF(texture_size);
147 texture_size,
254 iter.texture_size(),
269 iter.texture_size(),
    [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...]
  /external/chromium_org/ui/compositor/
layer.cc 940 gfx::Size texture_size; local
944 texture_size = gfx::ToFlooredSize(
949 texture_size = gfx::ToFlooredSize(
952 size.SetToMin(texture_size);
956 static_cast<float>(size.width())/texture_size.width(),
957 static_cast<float>(size.height())/texture_size.height());
  /external/chromium_org/cc/output/
gl_renderer.cc 1375 gfx::Size texture_size = quad->texture_size; local
    [all...]

Completed in 94 milliseconds