HomeSort by relevance Sort by last modified time
    Searched refs:_MipmapComplete (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
texobj.h 106 return texObj->_MipmapComplete;
texobj.c 266 dest->_MipmapComplete = src->_MipmapComplete;
424 t->_MipmapComplete = GL_FALSE;
450 t->_MipmapComplete = GL_TRUE;
574 * or _MipmapComplete depending on the current minification filter mode.
707 texObj->_MipmapComplete = GL_FALSE;
819 assert(texObj->_MipmapComplete);
    [all...]
mtypes.h     [all...]

Completed in 45 milliseconds