Home | History | Annotate | Download | only in state_tracker

Lines Matching full:texture

48    /** Used to store texture data that doesn't fit in the parent
70 /* The texture must include at levels [0..lastLevel] once validated:
81 * textures will be copied to this texture and the old storage freed.
85 /* Default sampler view attached to this texture object. Created lazily
90 /* True if there is/was a surface bound to this texture object. It helps
91 * track whether the texture object is surface based or not.
127 struct pipe_resource *texture,
132 u_sampler_view_default_template(&templ, texture, format);
134 return pipe->create_sampler_view(pipe, texture, &templ);
139 struct pipe_resource *texture)
141 return st_create_texture_sampler_view_format(pipe, texture,
142 texture->format);
160 st_gl_texture_dims_to_pipe_dims(GLenum texture,
169 /* Check if an image fits into an existing texture object.
175 /* Return a pointer to an image within a texture. Return image stride as
198 /* Upload an image into a texture