Searched refs:textureTypes (Results 1 – 4 of 4) sorted by relevance
2045 } textureTypes[] = in init() local2076 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(textureTypes); ++typeNdx) in init()2077 …, (std::string("use_") + textureTypes[typeNdx].name).c_str(), textureTypes[typeNdx].name, sampleCo… in init()
5038 } textureTypes[] = in iterate() local5053 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(textureTypes); ++ndx) in iterate()5055 …const tcu::ScopedLogSection section (m_testCtx.getLog(), textureTypes[ndx].name, textureTypes[nd… in iterate()5062 if (textureTypes[ndx].type == TEXTURE_3D || textureTypes[ndx].type == TEXTURE_3D_LAYER) in iterate()5069 if (textureTypes[ndx].type == TEXTURE_3D) in iterate()5074 …else if (textureTypes[ndx].type == TEXTURE_2D_ARRAY || textureTypes[ndx].type == TEXTURE_2D_ARRAY_… in iterate()5081 if (textureTypes[ndx].type == TEXTURE_2D_ARRAY) in iterate()5086 else if (textureTypes[ndx].type == TEXTURE_CUBE) in iterate()5095 else if (textureTypes[ndx].type == TEXTURE_2D_MS_ARRAY) in iterate()5121 else if ((layered == GL_TRUE) != textureTypes[ndx].layered) in iterate()[all …]
2048 } textureTypes[] = in init() local2112 for (int textureTypeNdx = 0; textureTypeNdx < DE_LENGTH_OF_ARRAY(textureTypes); textureTypeNdx++) in init()2114 const TextureType textureType = textureTypes[textureTypeNdx].type; in init()2119 …TestCaseGroup* const textureTypeGroup = new TestCaseGroup(m_context, textureTypes[textureTypeNdx].… in init()
2325 } textureTypes[] = in init() local2393 for (int textureTypeNdx = 0; textureTypeNdx < DE_LENGTH_OF_ARRAY(textureTypes); textureTypeNdx++) in init()2395 const TextureType textureType = textureTypes[textureTypeNdx].type; in init()2400 …TestCaseGroup* const textureTypeGroup = new TestCaseGroup(m_testCtx, textureTypes[textureTypeNdx].… in init()