Lines Matching refs:texture_height
2091 * @param texture_height Height to be used for texture storage. Only used
2109 glw::GLint texture_height, glw::GLint texture_width,
2165 texture_height >> n_level, 0, /* border */
2182 texture_height >> n_level, texture_depth >> n_level, 0, /* border */
2196 texture_internalformat, texture_width >> n_level, texture_height >> n_level,
2209 texture_internalformat, texture_width >> n_level, texture_height >> n_level,
2227 texture_height >> n_level, 0, /* border */
2240 texture_height >> n_level, 6 /* layer-faces */ * n_cubemaps_needed, 0, /* border */
2277 gl.texStorage2D(texture_target, n_levels, texture_internalformat, texture_width, texture_height);
2294 gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_height,
2308 texture_internalformat, texture_width, texture_height,
2320 texture_internalformat, texture_width, texture_height, texture_depth,
2334 gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_height,
2706 const int texture_height = 32;
2750 int parent_texture_height = texture_height;
2849 new_test_run.expected_n_num_layers = texture_height;