Searched refs:pixel_components (Results 1 – 1 of 1) sorted by relevance
263 void fillImage(glw::GLsizei image_width, glw::GLsizei image_height, const T* pixel_components, T* o… in fillImage() argument276 out_data[line_offset + x * n_components_per_pixel + component] = pixel_components[component]; in fillImage()