Home | History | Annotate | Download | only in swrast

Lines Matching refs:InternalFormat

87     uint32_t internalFormat;
92 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
108 w, h, 1, 0, internalFormat, texFormat);
373 GLenum internalFormat, GLuint width, GLuint height)
380 (void) internalFormat;
392 GLenum internalFormat, GLuint width, GLuint height)
400 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
438 rb->InternalFormat = GL_RGBA;
444 rb->InternalFormat = GL_RGB;
450 rb->InternalFormat = GL_RGB;
456 rb->InternalFormat = GL_RGB;
721 GLint internalFormat,
725 if (internalFormat == GL_RGB)
727 return _mesa_choose_tex_format(ctx, target, internalFormat, format, type);