Lines Matching defs:texture
163 * drawing. A fake front texture is needed to handle that scenario.
193 /* the texture already exists or not requested */
195 /* remember the texture */
285 * A new texture is created to store the back buffer content.
302 /* Copying front texture content to fake front texture (back texture) */
340 struct pipe_resource *texture = NULL;
344 texture = textures[ST_ATTACHMENT_BACK_LEFT]; /* Fake front buffer */
346 texture = stwfb->back_texture;
348 texture = textures[statts[i]];
350 pipe_resource_reference(&out[i], texture);
379 /* Fake front texture is dirty ?? */
465 /* fake front texture is now invalid */
564 /* Fake front texture is now dirty */