Searched refs:imgFmt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp761 ImageFormat imgFmt = format; local
762 if (imgFmt.format == GL_NONE)
763 imgFmt = getDefaultFormat(target, bufType);
765 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3279 const TextureFormat& imgFmt = formats[imgFmtNdx]; local
3284 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())
3286 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",
3287 texFmt, imgFmt, imageType));

Completed in 242 milliseconds