Home
last modified time | relevance | path

Searched refs:createClearTest (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fScissorTests.cpp94 …addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init()
95 …addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0… in init()
96 …addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init()
/external/deqp/modules/gles3/functional/
Des3fScissorTests.cpp104 …addChild(createClearTest(tc, rc, "clear_depth", "Depth buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init()
105 …addChild(createClearTest(tc, rc, "clear_stencil", "Stencil buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0… in init()
106 …addChild(createClearTest(tc, rc, "clear_color", "Color buffer clear", Vec4(0.1f, 0.1f, 0.8f, 0.8f… in init()
/external/deqp/modules/glshared/
DglsScissorTests.hpp84 tcu::TestNode* createClearTest (tcu::TestContext& testCtx,
DglsScissorTests.cpp854 tcu::TestNode* createClearTest (tcu::TestContext& testCtx, in createClearTest() function