Searched refs:_MipmapComplete (Results 1 – 3 of 3) sorted by relevance
266 dest->_MipmapComplete = src->_MipmapComplete; in _mesa_copy_texture_object()424 t->_MipmapComplete = GL_FALSE; in incomplete()450 t->_MipmapComplete = GL_TRUE; in _mesa_test_texobj_completeness()707 texObj->_MipmapComplete = GL_FALSE; in _mesa_dirty_texobj()819 assert(texObj->_MipmapComplete); in _mesa_get_fallback_texture()
106 return texObj->_MipmapComplete; in _mesa_is_texture_complete()
1284 GLboolean _MipmapComplete; /**< Is the whole mipmap valid? */ member