Searched refs:DrawBuffersIndexedColorMasks (Results 1 – 3 of 3) sorted by relevance
39 class DrawBuffersIndexedColorMasks : public DrawBuffersIndexedBase class44 DrawBuffersIndexedColorMasks(Context& context, const ExtParameters& extParams, const char* name,46 virtual ~DrawBuffersIndexedColorMasks() in ~DrawBuffersIndexedColorMasks()
44 DrawBuffersIndexedColorMasks::DrawBuffersIndexedColorMasks(Context& context, const ExtParameters& e… in DrawBuffersIndexedColorMasks() function in glcts::DrawBuffersIndexedColorMasks52 void DrawBuffersIndexedColorMasks::prepareFramebuffer() in prepareFramebuffer()76 void DrawBuffersIndexedColorMasks::releaseFramebuffer() in releaseFramebuffer()96 tcu::TestNode::IterateResult DrawBuffersIndexedColorMasks::iterate() in iterate()324 unsigned int DrawBuffersIndexedColorMasks::NumComponents(glw::GLenum format) in NumComponents()363 glw::GLenum DrawBuffersIndexedColorMasks::ReadableType(glw::GLenum format) in ReadableType()405 tcu::RGBA DrawBuffersIndexedColorMasks::GetEpsilon() in GetEpsilon()422 bool DrawBuffersIndexedColorMasks::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expec… in VerifyImg()
69 …addChild(new DrawBuffersIndexedColorMasks(m_context, m_extParams, "color_masks", "Masking color te… in init()