Searched refs:m_reductionModeParams (Results 1 – 2 of 2) sorted by relevance
218 return m_reductionModeParams; in getReductionModeParams()237 std::vector<ReductionModeParam> m_reductionModeParams; member in gl4cts::TextureFilterMinmaxUtils
58 m_reductionModeParams.push_back(ReductionModeParam(GL_MIN, false)); in TextureFilterMinmaxUtils()59 m_reductionModeParams.push_back(ReductionModeParam(GL_WEIGHTED_AVERAGE_ARB, false)); in TextureFilterMinmaxUtils()60 m_reductionModeParams.push_back(ReductionModeParam(GL_MAX, false)); in TextureFilterMinmaxUtils()