Home | History | Annotate | Download | only in glesext

Lines Matching refs:line_size

701 	const unsigned int line_size	= width * pixel_size;
702 const unsigned int image_size = height * line_size;
703 const unsigned int texel_offset = y * line_size + x * pixel_size;