Home
last modified time | relevance | path

Searched refs:m_isFilterable (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp290 bool m_isFilterable; member in deqp::gles31::Functional::__anon30896::FramebufferFetchTestCase
308 , m_isFilterable (glu::isGLInternalColorFormatFilterable(m_format)) in FramebufferFetchTestCase()
441 m_gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, m_isFilterable ? GL_LINEAR : GL_NEAREST); in genAttachementTexture()
442 m_gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, m_isFilterable ? GL_LINEAR : GL_NEAREST); in genAttachementTexture()
744 m_gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, m_isFilterable ? GL_LINEAR : GL_NEAREST); in genAttachmentTextures()
745 m_gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, m_isFilterable ? GL_LINEAR : GL_NEAREST); in genAttachmentTextures()

Completed in 4 milliseconds