Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fScissorTests.cpp115 …addChild(createFramebufferClearTest(tc, rc, "clear_fixed_buffer", "Fixed point color clear", CLEAR… in init()
116 …addChild(createFramebufferClearTest(tc, rc, "clear_int_buffer", "Integer color clear", CLEAR_COLOR… in init()
118createFramebufferClearTest(tc, rc, "clear_uint_buffer", "Unsigned integer buffer clear", CLEAR_COL… in init()
119 …addChild(createFramebufferClearTest(tc, rc, "clear_depth_buffer", "Depth buffer clear", CLEAR_DEPT… in init()
120 …addChild(createFramebufferClearTest(tc, rc, "clear_stencil_buffer", "Stencil buffer clear", CLEAR_… in init()
121 …addChild(createFramebufferClearTest(tc, rc, "clear_depth_stencil_buffer", "Fixed point color buffe… in init()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsScissorTests.hpp82 tcu::TestNode *createFramebufferClearTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx,…
H A DglsScissorTests.cpp937 tcu::TestNode *createFramebufferClearTest(tcu::TestContext &testCtx, glu::RenderContext &renderCtx,… in createFramebufferClearTest() function