Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp377 } internalFormats[] = in init() local
449 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(internalFormats); ++caseNdx) in init()
451 const std::string name = std::string(internalFormats[caseNdx].name) + "_samples"; in init()
452 const std::string desc = std::string("Verify GL_SAMPLES of ") + internalFormats[caseNdx].name; in init()
454 …e(m_context, name.c_str(), desc.c_str(), texTarget, internalFormats[caseNdx].format, internalForma… in init()
Des31fTextureLevelStateQueryTests.cpp591 static const glw::GLenum internalFormats[] = in generateInternalFormatTextureGenerationGroup() local
618 …for (int internalFormatNdx = 0; internalFormatNdx < DE_LENGTH_OF_ARRAY(internalFormats); ++interna… in generateInternalFormatTextureGenerationGroup()
620 if (!isLegalFormatForTarget(target, internalFormats[internalFormatNdx])) in generateInternalFormatTextureGenerationGroup()
623 const int baseSize = getPixelSize(internalFormats[internalFormatNdx]); in generateInternalFormatTextureGenerationGroup()
631 …arget).toString() + ", internal format " + glu::getTextureFormatName(internalFormats[internalForma… in generateInternalFormatTextureGenerationGroup()
644 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()
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp550 const InternalFormat* internalFormats = glInternalFormats; in findInternalFormat() local
555 internalFormats = esInternalFormats; in findInternalFormat()
561 if (internalFormats[i].sizedFormat == internalformat) in findInternalFormat()
562 return internalFormats[i]; in findInternalFormat()
DglcPackedPixelsTests.cpp3856 const InternalFormat* internalFormats; in init() local
3861 internalFormats = esInternalformats; in init()
3866 internalFormats = coreInternalformats; in init()
3877 const InternalFormat& internalFormat = internalFormats[internalFormatIndex]; in init()