Searched refs:MIPMAP_LINEAR (Results 1 – 6 of 6) sorted by relevance
105 MIPMAP_LINEAR, enumerator107 MIPMAP_LAST = MIPMAP_LINEAR
2617 case 1: Sampler::setMipmapQuality(MIPMAP_LINEAR); break; in updateConfiguration()2618 default: Sampler::setMipmapQuality(MIPMAP_LINEAR); break; in updateConfiguration()
403 return sw::MIPMAP_LINEAR; in ConvertMipMapFilter()
612 return sw::MIPMAP_LINEAR; in ConvertMipMapFilter()
4301 renderer->setMipmapFilter(type, index, sw::MIPMAP_LINEAR); in SetSamplerState()4304 renderer->setMipmapFilter(type, index, sw::MIPMAP_LINEAR); // FIXME: Only for texture filter in SetSamplerState()4307 renderer->setMipmapFilter(type, index, sw::MIPMAP_LINEAR); // FIXME: Only for texture filter in SetSamplerState()4310 renderer->setMipmapFilter(type, index, sw::MIPMAP_LINEAR); // FIXME: Only for texture filter in SetSamplerState()
1383 return sw::MIPMAP_LINEAR; in ConvertMipMapFilter()