Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp784 TextureFormat m_testFormat; member in glcts::Texture2DCase
788 : InternalformatCaseBase(context, name.c_str()), m_testFormat(testFormat) in Texture2DCase()
794 …if (!requiredExtensionsSupported(m_testFormat.requiredExtension, m_testFormat.secondReqiredExtensi… in iterate()
831 ReferenceFormatMap::iterator formatIterator = formatMap.find(m_testFormat.format); in iterate()
835 << glu::getTextureFormatStr(m_testFormat.format).toString() << tcu::TestLog::EndMessage; in iterate()
846 if (m_testFormat.internalFormat == GL_DEPTH_COMPONENT32F) in iterate()
862 …GLuint testTextureName = createTexture(m_testFormat.internalFormat, m_testFormat.format, m_testFor… in iterate()
863 m_testFormat.minFilter, m_testFormat.magFilter); in iterate()
865 m_testFormat.minFilter, m_testFormat.magFilter); in iterate()
870 …prepareTexturingProgramSources(m_testFormat.internalFormat, m_testFormat.format, m_testFormat.type… in iterate()
[all …]