Home | History | Annotate | Download | only in functional

Lines Matching refs:supported

75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)
77 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D()
89 for (int i = 0; i < (int)supported.size(); i++)
91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]);
92 if (fmt != supported.end())
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
2003 vector<deInt32> supported;
2005 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2006 getCompressedTexSubImage2DFormat(supported, accepted);
2053 vector<deInt32> supported;
2055 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2056 getCompressedTexSubImage2DFormat(supported, accepted);
2104 vector<deInt32> supported;
2106 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2107 getCompressedTexSubImage2DFormat(supported, accepted);
2175 vector<deInt32> supported;
2177 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2178 getCompressedTexSubImage2DFormat(supported, accepted);
2227 vector<deInt32> supported;
2229 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2230 getCompressedTexSubImage2DFormat(supported, accepted);
2303 vector<deInt32> supported;
2305 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2306 getCompressedTexSubImage2DFormat(supported, accepted);
2362 vector<deInt32> supported;
2364 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2365 getCompressedTexSubImage2DFormat(supported, accepted);
2422 vector<deInt32> supported;
2424 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2425 getCompressedTexSubImage2DFormat(supported, accepted);
2481 vector<deInt32> supported;
2483 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, supported);
2484 getCompressedTexSubImage2DFormat(supported, accepted);