Lines Matching refs:accepted
75 … void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted) in getCompressedTexSubImage2DFormat() argument
93 accepted.push_back(*fmt); in getCompressedTexSubImage2DFormat()
2004 vector<deInt32> accepted; in init()
2006 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2008 if (accepted.empty()) in init()
2015 for (int i = 0; i < (int)accepted.size(); i++) in init()
2017 const deInt32 glFormat = accepted[i]; in init()
2035 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2037 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2054 vector<deInt32> accepted; in init()
2056 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2058 if (accepted.empty()) in init()
2065 for (int i = 0; i < (int)accepted.size(); i++) in init()
2067 const deInt32 glFormat = accepted[i]; in init()
2085 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2088 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2105 vector<deInt32> accepted; in init()
2107 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2109 if (accepted.empty()) in init()
2116 for (int i = 0; i < (int)accepted.size(); i++) in init()
2118 const deInt32 glFormat = accepted[i]; in init()
2136 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2139 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2143 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2147 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2151 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2155 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2159 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2176 vector<deInt32> accepted; in init()
2178 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2180 if (accepted.empty()) in init()
2187 for (int i = 0; i < (int)accepted.size(); i++) in init()
2189 const deInt32 glFormat = accepted[i]; in init()
2207 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2211 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2228 vector<deInt32> accepted; in init()
2230 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2232 if (accepted.empty()) in init()
2239 for (int i = 0; i < (int)accepted.size(); i++) in init()
2241 const deInt32 glFormat = accepted[i]; in init()
2259 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2263 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2267 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2271 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2275 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2279 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2283 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2287 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2304 vector<deInt32> accepted; in init()
2306 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2308 if (accepted.empty()) in init()
2315 for (int i = 0; i < (int)accepted.size(); i++) in init()
2317 const deInt32 glFormat = accepted[i]; in init()
2335 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2338 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, accepted[i], 0, 0); in init()
2342 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, accepted[i], 0, 0); in init()
2346 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, accepted[i], 0, 0); in init()
2363 vector<deInt32> accepted; in init()
2365 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2367 if (accepted.empty()) in init()
2374 for (int i = 0; i < (int)accepted.size(); i++) in init()
2376 const deInt32 glFormat = accepted[i]; in init()
2395 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2398 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, maxTextureSize, 0, 0, 0, accepted[i], 0, 0); in init()
2402 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, maxTextureSize, 0, 0, accepted[i], 0, 0); in init()
2406 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, maxTextureSize, maxTextureSize, 0, 0, accepted[i], 0, … in init()
2423 vector<deInt32> accepted; in init()
2425 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2427 if (accepted.empty()) in init()
2434 for (int i = 0; i < (int)accepted.size(); i++) in init()
2436 const deInt32 glFormat = accepted[i]; in init()
2454 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2457 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, -1, 0, accepted[i], 0, 0); in init()
2461 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, -1, accepted[i], 0, 0); in init()
2465 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, -1, -1, accepted[i], 0, 0); in init()
2482 vector<deInt32> accepted; in init()
2484 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2486 if (accepted.empty()) in init()
2493 for (int i = 0; i < (int)accepted.size(); i++) in init()
2495 const deInt32 glFormat = accepted[i]; in init()