HomeSort by relevance Sort by last modified time
    Searched refs:compressedFormats (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 146 vector<deInt32> compressedFormats;
147 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats);
148 if (!compressedFormats.empty())
151 glCompressedTexImage2D(0, 0, compressedFormats[0], 0, 0, 0, 0, 0);
182 vector<deInt32> compressedFormats;
183 getSupportedExtensions(GL_NUM_COMPRESSED_TEXTURE_FORMATS, GL_COMPRESSED_TEXTURE_FORMATS, compressedFormats);
184 if (!compressedFormats.empty())
190 while (GL_PALETTE4_RGB8_OES <= compressedFormats[firstNonPalettedFormatNdx] &&
191 GL_PALETTE8_RGB5_A1_OES >= compressedFormats[firstNonPalettedFormatNdx])
196 if (firstNonPalettedFormatNdx < compressedFormats.size()
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 207 static deUint32 compressedFormats[] =
252 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compressedFormats); ++ndx)
253 compressedTextureList.push_back(compressedFormats[ndx]);
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]

Completed in 96 milliseconds