Searched refs:maxTextureAllocation (Results 1 – 1 of 1) sorted by relevance
409 int maxTextureAllocation = getMaxTextureAllocation(); in setCurrentTextureCount() local411 newTextureCount, m_currentTextureCount, maxTextureAllocation); in setCurrentTextureCount()412 if (m_currentTextureCount == maxTextureAllocation || in setCurrentTextureCount()417 m_currentTextureCount = std::min(newTextureCount, maxTextureAllocation); in setCurrentTextureCount()424 int maxTextureAllocation = getMaxTextureAllocation(); in setCurrentLayerTextureCount() local426 newTextureCount, m_currentLayerTextureCount, maxTextureAllocation); in setCurrentLayerTextureCount()438 if (m_currentLayerTextureCount == maxTextureAllocation || in setCurrentLayerTextureCount()443 m_currentLayerTextureCount = std::min(newTextureCount, maxTextureAllocation); in setCurrentLayerTextureCount()