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 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
  /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/cc/layers/
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...]
  /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/cc/output/
gl_renderer.cc 1468 gfx::Size texture_size = quad->texture_size; local
    [all...]

Completed in 286 milliseconds