Searched refs:m_testFormat (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 683 TextureFormat m_testFormat; member in glcts::Texture2DCase 687 : InternalformatCaseBase(context, name.c_str()), m_testFormat(testFormat) in Texture2DCase() 693 …if (!requiredExtensionsSupported(m_testFormat.requiredExtension, m_testFormat.secondReqiredExtensi… in iterate() 713 ReferenceFormatMap::iterator formatIterator = formatMap.find(m_testFormat.format); in iterate() 717 << glu::getTextureFormatStr(m_testFormat.format).toString() << tcu::TestLog::EndMessage; in iterate() 736 …GLuint testTextureName = createTexture(m_testFormat.internalFormat, m_testFormat.format, m_testFor… in iterate() 737 m_testFormat.minFilter, m_testFormat.magFilter); in iterate() 739 referenceFormat.type, m_testFormat.minFilter, m_testFormat.magFilter); in iterate() 744 …prepareTexturingProgramSources(m_testFormat.internalFormat, m_testFormat.format, m_testFormat.type… in iterate() 801 CopyTexImageFormat m_testFormat; member in glcts::CopyTexImageCase [all …]
|