Home
last modified time | relevance | path

Searched refs:isFilterable (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp156 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render() local
172 …glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_MIN_FILTER, isFilterable ? GL_LINEAR : GL_NE… in render()
173 …glTexParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_MAG_FILTER, isFilterable ? GL_LINEAR : GL_NE… in render()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp253 bool isFilterable = glu::isGLInternalColorFormatFilterable(format); in render() local
264 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
265 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
380 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render() local
389 …glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_MIN_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
390 …glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_MAG_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
509 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render() local
519 …glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_MIN_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
520 …glTexParameteri(GL_TEXTURE_2D_ARRAY, GL_TEXTURE_MAG_FILTER, isFilterable ? GL_LINEAR : GL_NEAREST); in render()
Des3fTextureUnitTests.cpp831 bool isFilterable = glu::isGLInternalColorFormatFilterable(params.internalFormat); in init() local
837 …params.magFilter = isFilterable ? s_testMagFilters[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testMagFilte… in init()
840 params.minFilter = isFilterable ? in init()
844 params.minFilter = isFilterable ? in init()