Home
last modified time | relevance | path

Searched defs:temp_texture (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h200 struct temp_texture struct
202 struct gl_texture_object *tex_obj;
203 GLenum Target; /**< GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE */
204 GLsizei MinSize; /**< Min texture size to allocate */
205 GLsizei MaxSize; /**< Max possible texture size */
206 GLboolean NPOT; /**< Non-power of two size OK? */
207 GLsizei Width, Height; /**< Current texture size */
208 GLenum IntFormat;
209 GLfloat Sright, Ttop; /**< right, top texcoords */