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

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp755 ImageFormat imgFmt = format; local
756 if (imgFmt.format == GL_NONE)
757 imgFmt = getDefaultFormat(target, bufType);
759 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp3278 const TextureFormat& imgFmt = formats[imgFmtNdx]; local
3283 if (texFmt != imgFmt && texFmt.getPixelSize() == imgFmt.getPixelSize())
3285 (getShaderImageFormatQualifier(texFmt) + "_" + getShaderImageFormatQualifier(imgFmt)).c_str(), "",
3286 texFmt, imgFmt, imageType));

Completed in 422 milliseconds