Home
last modified time | relevance | path

Searched refs:compressedFormats (Results 1 – 4 of 4) 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()
190 while (GL_PALETTE4_RGB8_OES <= compressedFormats[firstNonPalettedFormatNdx] && in init()
191 GL_PALETTE8_RGB5_A1_OES >= compressedFormats[firstNonPalettedFormatNdx]) in init()
196 if (firstNonPalettedFormatNdx < compressedFormats.size()) in init()
[all …]
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp207 static deUint32 compressedFormats[] = in Context() local
252 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compressedFormats); ++ndx) in Context()
253 compressedTextureList.push_back(compressedFormats[ndx]); in Context()
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2709 const vector<deUint32> compressedFormats = iter->second.second; in init() local
2714 for (int dstFormatNdx = 0; dstFormatNdx < (int)compressedFormats.size(); dstFormatNdx++) in init()
2717 const deUint32 dstFormat = compressedFormats[dstFormatNdx]; in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp1908 } compressedFormats[] = { in init() local
2093 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(compressedFormats); formatNdx++) in init()