Searched refs:createChildGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 2145 void createChildGroup (deqp::gles2::TestCaseGroup* parent, const char* name, const char* descriptio… in createChildGroup() function 2165 createChildGroup<FboCases::ColorClearsTest> (this, "color_clear", "Color buffer clears"); in init() 2166 createChildGroup<FboCases::StencilClearsTest> (this, "stencil_clear", "Stencil buffer clears"); in init() 2185 …createChildGroup<FboCases::SharedColorbufferClearsTest> (this, "shared_colorbuffer_clear", "Share… in init() 2186 …createChildGroup<FboCases::SharedColorbufferTest> (this, "shared_colorbuffer", "Shared colorbuf… in init() 2187 …createChildGroup<FboCases::SharedDepthbufferTest> (this, "shared_depthbuffer", "Shared depthbuf… in init() 2188 createChildGroup<FboCases::ResizeTest> (this, "resize", "FBO resize tests"); in init()
|