Lines Matching defs:supported

73 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)
75 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D()
87 for (int i = 0; i < (int)supported.size(); i++)
89 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]);
90 if (fmt != supported.end())
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
163 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
1965 vector<deInt32> supported;
1967 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
1968 getCompressedTexSubImage2DFormat(supported, accepted);
1990 vector<deInt32> supported;
1992 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
1993 getCompressedTexSubImage2DFormat(supported, accepted);
2005 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if format is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
2017 vector<deInt32> supported;
2019 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2020 getCompressedTexSubImage2DFormat(supported, accepted);
2043 vector<deInt32> supported;
2045 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2046 getCompressedTexSubImage2DFormat(supported, accepted);
2089 vector<deInt32> supported;
2091 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2092 getCompressedTexSubImage2DFormat(supported, accepted);
2116 vector<deInt32> supported;
2118 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2119 getCompressedTexSubImage2DFormat(supported, accepted);
2167 vector<deInt32> supported;
2169 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2170 getCompressedTexSubImage2DFormat(supported, accepted);
2201 vector<deInt32> supported;
2203 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2204 getCompressedTexSubImage2DFormat(supported, accepted);
2236 vector<deInt32> supported;
2238 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2239 getCompressedTexSubImage2DFormat(supported, accepted);
2270 vector<deInt32> supported;
2272 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2273 getCompressedTexSubImage2DFormat(supported, accepted);