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

/external/chromium_org/cc/quads/
H A Dcontent_draw_quad_base.h25 const gfx::Size& texture_size,
35 const gfx::Size& texture_size,
39 gfx::Size texture_size; member in class:cc::ContentDrawQuadBase
H A Dcontent_draw_quad_base.cc27 const gfx::Size& texture_size,
33 this->texture_size = texture_size;
44 const gfx::Size& texture_size,
49 this->texture_size = texture_size;
58 value->BeginDictionary("texture_size");
59 MathUtil::AddToTracedValue(texture_size, value);
21 SetNew(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
37 SetAll(const SharedQuadState* shared_quad_state, DrawQuad::Material material, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
H A Dpicture_draw_quad.cc25 const gfx::Size& texture_size,
37 texture_size,
51 const gfx::Size& texture_size,
63 texture_size,
20 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
45 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, ResourceFormat texture_format, const gfx::Rect& content_rect, float contents_scale, scoped_refptr<PicturePileImpl> picture_pile) argument
H A Dtile_draw_quad.cc27 const gfx::Size& texture_size,
35 texture_size,
47 const gfx::Size& texture_size,
51 tex_coord_rect, texture_size, swizzle_contents);
21 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
40 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, const gfx::RectF& tex_coord_rect, const gfx::Size& texture_size, bool swizzle_contents) argument
/external/chromium_org/ppapi/c/
H A Dpp_codecs.h93 struct PP_Size texture_size; member in struct:PP_VideoPicture
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc203 gfx::Size PictureLayerTilingSet::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTilingSet::CoverageIterator
206 return tiling_iter_.texture_size();
H A Dpicture_layer_tiling.cc459 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/kernel-headers/original/uapi/drm/
H A Dsavage_drm.h94 unsigned int texture_size; member in struct:drm_savage_init
H A Dmga_drm.h291 unsigned int texture_size[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
315 __u32 texture_size; /**< Size of the AGP texture region. */ member in struct:drm_mga_dma_bootstrap
/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/output/
H A Dgl_renderer.cc1614 gl_, &highp_threshold_cache_, highp_threshold_min_, quad->texture_size);
1645 gfx::Size texture_size = quad->texture_size; local
1646 DCHECK(!texture_size.IsEmpty());
1647 fragment_tex_translate_x /= texture_size.width();
1648 fragment_tex_translate_y /= texture_size.height();
1649 fragment_tex_scale_x /= texture_size.width();
1650 fragment_tex_scale_y /= texture_size.height();
1914 if (on_demand_tile_raster_bitmap_.width() != quad->texture_size.width() ||
1915 on_demand_tile_raster_bitmap_.height() != quad->texture_size
[all...]

Completed in 4233 milliseconds