Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp133 …onst glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat) in getPixels() argument
135 tcu::TextureLevel result(colorBufferFormat, size.x(), size.y()); in getPixels()
138 if (colorBufferFormat.order == tcu::TextureFormat::RGBA && in getPixels()
139 (colorBufferFormat.type == tcu::TextureFormat::UNORM_INT8 || in getPixels()
140 colorBufferFormat.type == tcu::TextureFormat::SIGNED_INT32 || in getPixels()
141 colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT32)) in getPixels()
146 else if (colorBufferFormat.order == tcu::TextureFormat::RGBA && in getPixels()
147 (isSIntFormatType(colorBufferFormat.type) || in getPixels()
148 isUIntFormatType(colorBufferFormat.type))) in getPixels()
151 const bool isSigned = isSIntFormatType(colorBufferFormat.type); in getPixels()