Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp315 bool isIntegerUnsignedType(TextureInternalFormatDescriptor descriptor);
Dgl3cTextureSizePromotion.cpp290 if (isIntegerUnsignedType(descriptor)) /* For integral unsigned type. */ in prepareSourceTexture()
431 if (isIntegerUnsignedType(descriptor)) in prepareDestinationTextureAndFramebuffer()
607 if (isIntegerUnsignedType(descriptor)) in getDestinationFormatForChannel()
1017 if (isIntegerUnsignedType(descriptor)) in checkDestinationTexture()
1084 bool FunctionalTest::isIntegerUnsignedType(TextureInternalFormatDescriptor descriptor) in isIntegerUnsignedType() function in gl3cts::TextureSizePromotion::FunctionalTest