Lines Matching full:internalformat
73 uint32_t internalFormat;
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
95 w, h, 1, 0, internalFormat, texFormat);
285 GLenum internalFormat, GLuint width, GLuint height)
292 (void) internalFormat;
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
350 rb->InternalFormat = GL_RGBA;
356 rb->InternalFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB;
368 rb->InternalFormat = GL_RGB;
636 GLint internalFormat,
640 if (internalFormat == GL_RGB)
642 return _mesa_choose_tex_format(ctx, target, internalFormat, format, type);