Searched refs:max_texture_size (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/cc/output/
H A Drenderer.cc21 max_texture_size(0),
35 max_texture_size,
H A Drenderer.h27 int max_texture_size; member in struct:cc::RendererCapabilitiesImpl
H A Ddelegating_renderer.cc59 capabilities_.max_texture_size = resource_provider_->max_texture_size();
H A Dsoftware_renderer.cc85 capabilities_.max_texture_size = resource_provider_->max_texture_size();
/external/chromium_org/cc/layers/
H A Dheads_up_display_layer.cc34 int max_texture_size = local
35 layer_tree_host()->GetRendererCapabilities().max_texture_size;
36 bounds.SetSize(std::min(max_texture_size,
38 std::min(max_texture_size,
H A Dpicture_layer_impl.cc516 int max_texture_size = local
517 layer_tree_impl()->resource_provider()->max_texture_size();
520 default_tile_size.SetToMin(gfx::Size(max_texture_size, max_texture_size));
525 gfx::Size(max_texture_size, max_texture_size));
H A Dpainted_scrollbar_layer.cc73 return layer_tree_host()->GetRendererCapabilities().max_texture_size;
/external/chromium_org/cc/base/
H A Dtiling_data.h26 gfx::Size max_texture_size,
30 gfx::Size max_texture_size,
37 gfx::Size max_texture_size() const { return max_texture_size_; } function in class:cc::TilingData
38 void SetMaxTextureSize(gfx::Size max_texture_size);
H A Dtiling_data.cc14 static int ComputeNumTiles(int max_texture_size, argument
17 if (max_texture_size - 2 * border_texels <= 0)
18 return total_size > 0 && max_texture_size >= total_size ? 1 : 0;
22 (max_texture_size - 2 * border_texels));
32 gfx::Size max_texture_size,
35 : max_texture_size_(max_texture_size),
42 gfx::Size max_texture_size,
45 : max_texture_size_(max_texture_size),
56 void TilingData::SetMaxTextureSize(gfx::Size max_texture_size) { argument
57 max_texture_size_ = max_texture_size;
31 TilingData( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels) argument
41 TilingData( gfx::Size max_texture_size, gfx::Size total_size, int border_texels) argument
[all...]
H A Dtiling_data_unittest.cc16 gfx::Size max_texture_size,
19 TilingData tiling(max_texture_size, total_size, has_border_texels);
31 gfx::Size max_texture_size,
35 TilingData tiling(max_texture_size, total_size, has_border_texels);
40 gfx::Size max_texture_size,
44 TilingData tiling(max_texture_size, total_size, has_border_texels);
49 gfx::Size max_texture_size,
53 TilingData tiling(max_texture_size, total_size, has_border_texels);
58 gfx::Size max_texture_size,
62 TilingData tiling(max_texture_size, total_siz
15 NumTiles( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels) argument
30 XIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int x_coord) argument
39 YIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int y_coord) argument
48 MinBorderXIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int x_coord) argument
57 MinBorderYIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int y_coord) argument
66 MaxBorderXIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int x_coord) argument
75 MaxBorderYIndex( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int y_coord) argument
84 PosX( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int x_index) argument
93 PosY( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int y_index) argument
102 SizeX( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int x_index) argument
111 SizeY( gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels, int y_index) argument
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_perftest.cc85 int max_texture_size = 8096; variable
94 max_texture_size,
126 int max_texture_size = 8096; variable
135 max_texture_size,
H A Dlayer_tree_host_common.h40 int max_texture_size,
51 max_texture_size(max_texture_size),
63 int max_texture_size; member in struct:cc::LayerTreeHostCommon::CalcDrawPropsInputs
34 CalcDrawPropsInputs(LayerType* root_layer, gfx::Size device_viewport_size, const gfx::Transform& device_transform, float device_scale_factor, float page_scale_factor, const LayerType* page_scale_application_layer, int max_texture_size, bool can_use_lcd_text, bool can_render_to_separate_surface, bool can_adjust_raster_scales, RenderSurfaceLayerListType* render_surface_layer_list) argument
H A Dlayer_tree_host.h70 int max_texture_size,
80 int max_texture_size; member in struct:cc::RendererCapabilities
H A Dlayer_tree_host.cc53 int max_texture_size,
58 max_texture_size(max_texture_size),
65 max_texture_size(0),
819 GetRendererCapabilities().max_texture_size,
50 RendererCapabilities(ResourceFormat best_texture_format, bool allow_partial_texture_updates, bool using_offscreen_context3d, int max_texture_size, bool using_shared_memory_resources) argument
H A Dlayer_tree_host_common.cc1125 int max_texture_size; member in struct:cc::SubtreeGlobals
2039 std::min(clipped_content_rect.width(), globals.max_texture_size));
2041 std::min(clipped_content_rect.height(), globals.max_texture_size));
2149 globals.max_texture_size = inputs->max_texture_size;
2207 globals.max_texture_size = inputs->max_texture_size;
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc154 GLint max_texture_size = 0; local
159 GL_MAX_TEXTURE_SIZE, kMinTextureSize, &max_texture_size) ||
168 if (feature_info_->workarounds().max_texture_size) {
169 max_texture_size = std::min(
170 max_texture_size, feature_info_->workarounds().max_texture_size);
180 max_texture_size,
226 // TODO(gman): Use workarounds similar to max_texture_size above to implement.
H A Dfeature_info.h77 GLint max_texture_size; member in struct:gpu::gles2::FeatureInfo::Workarounds
H A Dfeature_info.cc90 workarounds->max_texture_size = 4096;
142 max_texture_size(0),
H A Dtexture_manager.cc868 GLint max_texture_size,
877 max_texture_size_(max_texture_size),
880 max_texture_size,
881 max_texture_size,
882 max_texture_size)),
866 TextureManager(MemoryTracker* memory_tracker, FeatureInfo* feature_info, GLint max_texture_size, GLint max_cube_map_texture_size) argument
/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc46 gfx::Size base_picture_size = pile->tiling().max_texture_size();
95 gfx::Size base_picture_size = pile->tiling().max_texture_size();
144 gfx::Size base_picture_size = pile->tiling().max_texture_size();
222 gfx::Size base_picture_size = pile->tiling().max_texture_size();
H A Dpicture_layer_tiling.cc82 tile_rect.set_size(tiling_data_.max_texture_size());
86 tiling_data_.max_texture_size() ==
87 twin_tiling->tiling_data_.max_texture_size()) {
144 if (tile_size != tiling_data_.max_texture_size()) {
322 rect.set_size(tiling_->tiling_data_.max_texture_size());
341 return tiling_->tiling_data_.max_texture_size();
377 gfx::Size tile_size = tiling_data_.max_texture_size();
H A Dlayer_tiling_data.cc35 return tiling_data_.max_texture_size();
H A Dpicture_layer_tiling.h66 gfx::Size tile_size() const { return tiling_data_.max_texture_size(); }
H A Dresource_provider.h82 int max_texture_size() const { return max_texture_size_; } function in class:cc::ResourceProvider
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc271 GLint max_texture_size; local
272 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &max_texture_size);
273 CHECK_GE(max_texture_size, params.thumbnails_page_size.width());
274 CHECK_GE(max_texture_size, params.thumbnails_page_size.height());

Completed in 436 milliseconds

12