Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp274 if (isFixedUnsignedType(descriptor)) /* For fixed unsigned type. */ in prepareSourceTexture()
597 if (isFixedUnsignedType(descriptor)) in getDestinationFormatForChannel()
697 if (isFloatType(descriptor) || isFixedSignedType(descriptor) || isFixedUnsignedType(descriptor) || in prepareProgram()
944 if (isFixedUnsignedType(descriptor)) in checkDestinationTexture()
1070 bool FunctionalTest::isFixedUnsignedType(TextureInternalFormatDescriptor descriptor) in isFixedUnsignedType() function in gl3cts::TextureSizePromotion::FunctionalTest
1177 if (isFixedUnsignedType(descriptor)) in getMinPrecision()
Dgl3cTextureSizePromotion.hpp299 bool isFixedUnsignedType(TextureInternalFormatDescriptor descriptor);