Searched refs:texture_size (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/cc/quads/
H A Dcontent_draw_quad_base.cc26 const gfx::Size& texture_size,
32 this->texture_size = texture_size;
43 const 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, 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
36 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 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 Dtile_draw_quad.cc30 const gfx::Size& texture_size,
38 texture_size,
50 const gfx::Size& texture_size,
54 tex_coord_rect, texture_size, swizzle_contents);
24 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
43 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
H A Dtile_draw_quad.h23 const gfx::Size& texture_size,
33 const gfx::Size& texture_size,
H A Dpicture_draw_quad.cc28 const gfx::Size& texture_size,
40 texture_size,
54 const gfx::Size& texture_size,
66 texture_size,
23 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
48 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 Dpicture_draw_quad.h30 const gfx::Size& texture_size,
42 const gfx::Size& texture_size,
H A Ddraw_quad_unittest.cc564 gfx::Size texture_size(85, 32);
573 texture_size,
580 EXPECT_EQ(texture_size, copy_quad->texture_size);
586 texture_size,
591 EXPECT_EQ(texture_size, copy_quad->texture_size);
645 gfx::Size texture_size(85, 32);
656 texture_size,
665 EXPECT_EQ(texture_size, copy_qua
[all...]
/external/chromium_org/ppapi/api/
H A Dpp_codecs.idl56 PP_Size texture_size;
/external/chromium_org/ppapi/c/
H A Dpp_codecs.h76 struct PP_Size texture_size; member in struct:PP_VideoPicture
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.h79 gfx::Size texture_size() const;
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.h182 gfx::Size texture_size() const;
H A Dpicture_layer_tiling.cc362 gfx::Size PictureLayerTiling::CoverageIterator::texture_size() const { function in class:cc::PictureLayerTiling::CoverageIterator
/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/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc249 gfx::Size texture_size(tile_width, tile_height);
258 texture_size,
H A Dpicture_layer_impl.cc180 gfx::Size texture_size = rect.size();
181 gfx::RectF texture_rect = gfx::RectF(texture_size);
190 texture_size,
297 iter.texture_size(),
324 iter.texture_size(),
H A Dtiled_layer_impl_unittest.cc284 EXPECT_EQ(tile_size, quad->texture_size) << LayerTestCommon::quad_string
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1587 gl_, &highp_threshold_cache_, highp_threshold_min_, quad->texture_size);
1618 gfx::Size texture_size = quad->texture_size; local
1619 DCHECK(!texture_size.IsEmpty());
1620 fragment_tex_translate_x /= texture_size.width();
1621 fragment_tex_translate_y /= texture_size.height();
1622 fragment_tex_scale_x /= texture_size.width();
1623 fragment_tex_scale_y /= texture_size.height();
1887 if (on_demand_tile_raster_bitmap_.width() != quad->texture_size.width() ||
1888 on_demand_tile_raster_bitmap_.height() != quad->texture_size
[all...]
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc483 picture.texture_size.width,
484 picture.texture_size.height);
/external/chromium_org/content/common/
H A Dcc_messages.h219 IPC_STRUCT_TRAITS_MEMBER(texture_size)
H A Dcc_messages_unittest.cc194 EXPECT_EQ(a->texture_size, b->texture_size);
/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/ppapi/proxy/
H A Dvideo_decoder_resource.cc510 pp_picture->texture_size = it->second.size;

Completed in 1855 milliseconds

12