Searched defs:texture_size (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/quads/
H A Dcontent_draw_quad_base.h24 gfx::Size texture_size,
34 gfx::Size texture_size,
38 gfx::Size texture_size; member in class:cc::ContentDrawQuadBase
H A Dcontent_draw_quad_base.cc25 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());
20 SetNew(const SharedQuadState* shared_quad_state, DrawQuad::Material material, gfx::Rect rect, gfx::Rect opaque_rect, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
36 SetAll(const SharedQuadState* shared_quad_state, DrawQuad::Material material, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
H A Dpicture_draw_quad.cc27 gfx::Size texture_size,
37 texture_size,
52 gfx::Size texture_size,
64 texture_size,
23 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, ResourceFormat texture_format, gfx::Rect content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
46 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, ResourceFormat texture_format, gfx::Rect content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
H A Dtile_draw_quad.cc29 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);
24 SetNew(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, unsigned resource_id, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
37 SetAll(const SharedQuadState* shared_quad_state, gfx::Rect rect, gfx::Rect opaque_rect, gfx::Rect visible_rect, bool needs_blending, unsigned resource_id, const gfx::RectF& tex_coord_rect, gfx::Size texture_size, bool swizzle_contents) argument
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc197 gfx::Size PictureLayerTilingSet::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTilingSet::CoverageIterator
200 return tiling_iter_.texture_size();
H A Dpicture_layer_tiling.cc340 gfx::Size PictureLayerTiling::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTiling::CoverageIterator
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c831 texture_size(const struct gl_texture_object *texObj) function
861 *total = *total + texture_size(texObj);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
/external/mesa3d/src/mesa/main/
H A Dtexobj.c831 texture_size(const struct gl_texture_object *texObj) function
861 *total = *total + texture_size(texObj);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc138 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(),
/external/chromium_org/ui/compositor/
H A Dlayer.cc937 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/
H A Dgl_renderer.cc1437 gl_, &highp_threshold_cache_, highp_threshold_min_, quad->texture_size);
1468 gfx::Size texture_size = quad->texture_size; local
1469 DCHECK(!texture_size.IsEmpty());
1470 fragment_tex_translate_x /= texture_size.width();
1471 fragment_tex_translate_y /= texture_size.height();
1472 fragment_tex_scale_x /= texture_size.width();
1473 fragment_tex_scale_y /= texture_size.height();
1704 if (on_demand_tile_raster_bitmap_.width() != quad->texture_size.width() ||
1705 on_demand_tile_raster_bitmap_.height() != quad->texture_size
[all...]

Completed in 370 milliseconds