Home
last modified time | relevance | path

Searched refs:compressedFormats (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp146 vector<deInt32> compressedFormats; in init()
147 …tedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); in init()
148 if (!compressedFormats.empty()) in init()
151 glCompressedTexImage2D(0, 0, compressedFormats[0], 0, 0, 0, 0, 0); in init()
182 vector<deInt32> compressedFormats; in init()
183 …tedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); in init()
184 if (!compressedFormats.empty()) in init()
187 glCompressedTexImage2D(GL_TEXTURE_2D, -1, compressedFormats[0], 0, 0, 0, 0, 0); in init()
194 vector<deInt32> compressedFormats; in init()
195 …tedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats); in init()
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp192 static deUint32 compressedFormats[] = in Context() local
237 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compressedFormats); ++ndx) in Context()
238 compressedTextureList.push_back(compressedFormats[ndx]); in Context()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2443 const vector<deUint32> compressedFormats = iter->second.second; in init() local
2448 for (int dstFormatNdx = 0; dstFormatNdx < (int)compressedFormats.size(); dstFormatNdx++) in init()
2451 const deUint32 dstFormat = compressedFormats[dstFormatNdx]; in init()