Home | History | Annotate | Download | only in texture_cube_map_array

Lines Matching refs:image_width

136  * @param  image_width  Width of image
144 bool verifyImage(glw::GLuint image_width, glw::GLuint image_height, const T* components, const T* image)
146 const glw::GLuint line_size = image_width * N_Components;
152 for (glw::GLuint x = 0; x < image_width; ++x)