Home | History | Annotate | Download | only in gles32

Lines Matching defs:buf_size

127 	const GLint buf_size = width * height * pixel_size;
128 GLubyte pixels[buf_size];
129 deMemset(pixels, 0, buf_size);
139 for (GLuint i = 0; i < buf_size; i += pixel_size)