Searched refs:hintFastest (Results 1 – 1 of 1) sorted by relevance
1245 const bool hintFastest = contextVk->getState().getGenerateMipmapHint() == GL_FASTEST; in CalculateGenerateMipmapFilter() local1247 return formatSupportsLinearFiltering && !hintFastest ? GL_LINEAR : GL_NEAREST; in CalculateGenerateMipmapFilter()