Lines Matching refs:spec
78 ReadPixelsTest (Context& context, const TestSpec& spec);
106 ReadPixelsTest::ReadPixelsTest (Context& context, const TestSpec& spec)
107 : TestCase (context, spec.name.c_str(), spec.description.c_str())
108 , m_random (deStringHash(spec.name.c_str()))
111 , m_framebuffeType (spec.framebufferType)
112 , m_renderbufferFormat (spec.renderbufferFormat)
114 , m_useColorClears (spec.useColorClear)
115 , m_renderTriangles (spec.renderTriangles)
125 m_texChannelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat(spec.renderbufferFormat).type);