Home
last modified time | relevance | path

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

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