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.h201 struct temp_texture struct
203 struct gl_texture_object *tex_obj;
204 GLenum Target; /**< GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE */
205 GLsizei MinSize; /**< Min texture size to allocate */
206 GLsizei MaxSize; /**< Max possible texture size */
207 GLboolean NPOT; /**< Non-power of two size OK? */
208 GLsizei Width, Height; /**< Current texture size */
209 GLenum IntFormat;
210 GLfloat Sright, Ttop; /**< right, top texcoords */