Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp358 } internalFormats[] = in init() local
421 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(internalFormats); ++caseNdx) in init()
423 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init()
424 const std::string desc = std::string("Verify GL_SAMPLES of ") + internalFormats[caseNdx].name; in init()
426 …e(m_context, name.c_str(), desc.c_str(), texTarget, internalFormats[caseNdx].format, internalForma… in init()
Des31fTextureLevelStateQueryTests.cpp586 static const glw::GLenum internalFormats[] = in generateInternalFormatTextureGenerationGroup() local
613 …for (int internalFormatNdx = 0; internalFormatNdx < DE_LENGTH_OF_ARRAY(internalFormats); ++interna… in generateInternalFormatTextureGenerationGroup()
615 if (!isLegalFormatForTarget(target, internalFormats[internalFormatNdx])) in generateInternalFormatTextureGenerationGroup()
618 const int baseSize = getPixelSize(internalFormats[internalFormatNdx]); in generateInternalFormatTextureGenerationGroup()
626 …(target).toString() + ", internal format " + glu::getPixelFormatName(internalFormats[internalForma… in generateInternalFormatTextureGenerationGroup()
639 level.internalFormat = internalFormats[internalFormatNdx]; in generateInternalFormatTextureGenerationGroup()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp177 } internalFormats[] = in init() local
227 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(internalFormats); ++ndx) in init()
229 const InternalFormat internalFormat = internalFormats[ndx]; in init()