• Home
  • Raw
  • Download

Lines Matching refs:accepted

75 … void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)  in getCompressedTexSubImage2DFormat()  argument
93 accepted.push_back(*fmt); in getCompressedTexSubImage2DFormat()
2000 vector<deInt32> accepted; in init()
2002 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2004 if (accepted.empty()) in init()
2011 for (int i = 0; i < (int)accepted.size(); i++) in init()
2013 const deInt32 glFormat = accepted[i]; in init()
2031 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2033 glCompressedTexSubImage2D(0, 0, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2050 vector<deInt32> accepted; in init()
2052 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2054 if (accepted.empty()) in init()
2061 for (int i = 0; i < (int)accepted.size(); i++) in init()
2063 const deInt32 glFormat = accepted[i]; in init()
2081 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2084 glCompressedTexSubImage2D(GL_TEXTURE_2D, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2101 vector<deInt32> accepted; in init()
2103 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2105 if (accepted.empty()) in init()
2112 for (int i = 0; i < (int)accepted.size(); i++) in init()
2114 const deInt32 glFormat = accepted[i]; in init()
2132 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2135 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2139 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2143 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2147 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2151 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2155 glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2172 vector<deInt32> accepted; in init()
2174 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2176 if (accepted.empty()) in init()
2183 for (int i = 0; i < (int)accepted.size(); i++) in init()
2185 const deInt32 glFormat = accepted[i]; in init()
2203 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2207 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2224 vector<deInt32> accepted; in init()
2226 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2228 if (accepted.empty()) in init()
2235 for (int i = 0; i < (int)accepted.size(); i++) in init()
2237 const deInt32 glFormat = accepted[i]; in init()
2255 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2259 glCompressedTexSubImage2D(GL_TEXTURE_2D, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2263 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2267 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2271 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2275 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2279 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2283 …edTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, log2MaxTextureSize, 0, 0, 0, 0, accepted[i], 0, 0); in init()
2300 vector<deInt32> accepted; in init()
2302 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2304 if (accepted.empty()) in init()
2311 for (int i = 0; i < (int)accepted.size(); i++) in init()
2313 const deInt32 glFormat = accepted[i]; in init()
2331 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2334 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, 0, 0, 0, accepted[i], 0, 0); in init()
2338 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, -1, 0, 0, accepted[i], 0, 0); in init()
2342 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, -1, -1, 0, 0, accepted[i], 0, 0); in init()
2359 vector<deInt32> accepted; in init()
2361 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2363 if (accepted.empty()) in init()
2370 for (int i = 0; i < (int)accepted.size(); i++) in init()
2372 const deInt32 glFormat = accepted[i]; in init()
2391 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2394 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, maxTextureSize, 0, 0, 0, accepted[i], 0, 0); in init()
2398 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, maxTextureSize, 0, 0, accepted[i], 0, 0); in init()
2402 …glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, maxTextureSize, maxTextureSize, 0, 0, accepted[i], 0, … in init()
2419 vector<deInt32> accepted; in init()
2421 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2423 if (accepted.empty()) in init()
2430 for (int i = 0; i < (int)accepted.size(); i++) in init()
2432 const deInt32 glFormat = accepted[i]; in init()
2450 …m_log << TestLog::Message << "// Using texture format " << tcu::toHex(accepted[i]) << TestLog::End… in init()
2453 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, -1, 0, accepted[i], 0, 0); in init()
2457 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, -1, accepted[i], 0, 0); in init()
2461 glCompressedTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, -1, -1, accepted[i], 0, 0); in init()
2478 vector<deInt32> accepted; in init()
2480 getCompressedTexSubImage2DFormat(supported, accepted); in init()
2482 if (accepted.empty()) in init()
2489 for (int i = 0; i < (int)accepted.size(); i++) in init()
2491 const deInt32 glFormat = accepted[i]; in init()