Lines Matching refs:SRGBTestCase

856 class SRGBTestCase : public TestCase
859 SRGBTestCase (Context& context, const char* name, const char* description, const tcu::TextureFormat internalFormat);
860 ~SRGBTestCase (void);
928 SRGBTestCase (const SRGBTestCase&);
929 SRGBTestCase& operator= (const SRGBTestCase&);
932 SRGBTestCase::SRGBTestCase (Context& context, const char* name, const char* description, const tcu::TextureFormat internalFormat)
946 SRGBTestCase::~SRGBTestCase (void)
951 void SRGBTestCase::init (void)
979 void SRGBTestCase::deinit (void)
1021 SRGBTestCase::IterateResult SRGBTestCase::iterate (void)
1072 void SRGBTestCase::setSamplingGroup (const ShaderSamplingGroup samplingGroup)
1077 void SRGBTestCase::setSamplingLocations (const int px, const int py)
1083 void SRGBTestCase::addTexture ( const glu::TextureTestUtil::TextureType targetType,
1097 void SRGBTestCase::addSampler ( const tcu::Sampler::WrapMode wrapS,
1107 void SRGBTestCase::addShaderProgram (const FragmentShaderParameters& shaderParameters)
1113 void SRGBTestCase::genShaderPrograms (ShaderSamplingType samplingType)
1140 void SRGBTestCase::deleteShaderPrograms (void)
1149 void SRGBTestCase::readResultTextures (void)
1170 void SRGBTestCase::storeResultPixels (std::vector<tcu::Vec4>& resultPixelData)
1193 void SRGBTestCase::toggleDecode (const std::vector<UniformData>& uniformDataList)
1213 void SRGBTestCase::bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32 textureUnit)
1220 void SRGBTestCase::activateSampler (const int samplerIdx, const bool active)
1225 void SRGBTestCase::logColor (const std::string& colorLogMessage, int colorIdx, tcu::Vec4 color) const
1234 tcu::Vec4 SRGBTestCase::formatReferenceColor (tcu::Vec4 referenceColor)
1263 void SRGBTestCase::render (void)
1301 void SRGBTestCase::uploadTextures (void)
1310 void SRGBTestCase::initFrameBuffer (void)
1351 void SRGBTestCase::initVertexData (void)
1384 class TextureDecodeSkippedCase : public SRGBTestCase
1388 : SRGBTestCase (context, name, description, internalFormat) {}
1455 class TextureDecodeEnabledCase : public SRGBTestCase
1459 : SRGBTestCase (context, name, description, internalFormat) {}
1526 class TexelFetchDecodeSkippedcase : public SRGBTestCase
1530 : SRGBTestCase (context, name, description, internalFormat) {}
1594 class GPUConversionDecodeEnabledCase : public SRGBTestCase
1598 : SRGBTestCase (context, name, description, internalFormat) {}
1669 class DecodeToggledCase : public SRGBTestCase
1673 : SRGBTestCase (context, name, description, internalFormat) {}
1684 // override the base SRGBTestCase render function with the purpose of switching between shader programs,
1818 class DecodeMultipleTexturesCase : public SRGBTestCase
1822 : SRGBTestCase (context, name, description, internalFormat) {}
1897 class DecodeSamplerCase : public SRGBTestCase
1901 : SRGBTestCase (context, name, description, internalFormat) {}