Searched refs:max_texture_size_y (Results 1 – 1 of 1) sorted by relevance
165 int max_texture_size_y = max_texture_size_.height() - 2 * border_texels_; in TileBounds() local171 int lo_y = max_texture_size_y * j; in TileBounds()179 int hi_y = max_texture_size_y * (j + 1) + border_texels_; in TileBounds()202 int max_texture_size_y = max_texture_size_.height() - 2 * border_texels_; in TileBoundsWithBorder() local205 int lo_y = max_texture_size_y * j; in TileBoundsWithBorder()208 int hi_y = lo_y + max_texture_size_y + 2 * border_texels_; in TileBoundsWithBorder()