Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp44 DrawBuffersIndexedBlending::DrawBuffersIndexedBlending(Context& context, const ExtParameters& extPa… in DrawBuffersIndexedBlending() function in glcts::DrawBuffersIndexedBlending
52 void DrawBuffersIndexedBlending::prepareFramebuffer() in prepareFramebuffer()
74 void DrawBuffersIndexedBlending::releaseFramebuffer() in releaseFramebuffer()
94 tcu::TestNode::IterateResult DrawBuffersIndexedBlending::iterate() in iterate()
293 std::string DrawBuffersIndexedBlending::GenVS() in GenVS()
305 std::string DrawBuffersIndexedBlending::GenFS(int maxDrawBuffers) in GenFS()
332 unsigned int DrawBuffersIndexedBlending::NumComponents(glw::GLenum format) in NumComponents()
371 tcu::RGBA DrawBuffersIndexedBlending::GetEpsilon() in GetEpsilon()
388 bool DrawBuffersIndexedBlending::VerifyImg(const tcu::TextureLevel& textureLevel, tcu::RGBA expecte… in VerifyImg()
DesextcDrawBuffersIndexedBlending.hpp40 class DrawBuffersIndexedBlending : public DrawBuffersIndexedBase class
45 DrawBuffersIndexedBlending(Context& context, const ExtParameters& extParams, const char* name,
48 virtual ~DrawBuffersIndexedBlending() in ~DrawBuffersIndexedBlending()
DesextcDrawBuffersIndexedTests.cpp72 addChild(new DrawBuffersIndexedBlending(m_context, m_extParams, "blending", "Blending test")); in init()