Searched refs:isIntegerUnsignedType (Results 1 – 2 of 2) sorted by relevance
315 bool isIntegerUnsignedType(TextureInternalFormatDescriptor descriptor);
290 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