Home
last modified time | relevance | path

Searched refs:DrawBuffersIndexedColorMasks (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.hpp39 class DrawBuffersIndexedColorMasks : public DrawBuffersIndexedBase class
44 DrawBuffersIndexedColorMasks(Context& context, const ExtParameters& extParams, const char* name,
46 virtual ~DrawBuffersIndexedColorMasks() in ~DrawBuffersIndexedColorMasks()
DesextcDrawBuffersIndexedColorMasks.cpp44 DrawBuffersIndexedColorMasks::DrawBuffersIndexedColorMasks(Context& context, const ExtParameters& e… in DrawBuffersIndexedColorMasks() function in glcts::DrawBuffersIndexedColorMasks
52 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()
DesextcDrawBuffersIndexedTests.cpp69 …addChild(new DrawBuffersIndexedColorMasks(m_context, m_extParams, "color_masks", "Masking color te… in init()