Searched refs:IncompleteCubeEmptyObjectCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp884 class IncompleteCubeEmptyObjectCase : public TexCubeCompletenessCase class in namespace:deqp::gles2::Functional
887 IncompleteCubeEmptyObjectCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size);
888 ~IncompleteCubeEmptyObjectCase (void) {}
896 IncompleteCubeEmptyObjectCase::IncompleteCubeEmptyObjectCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size) function in class:deqp::gles2::Functional::IncompleteCubeEmptyObjectCase
902 void IncompleteCubeEmptyObjectCase::createTexture (void)
986 cube->addChild(new IncompleteCubeEmptyObjectCase(m_testCtx, m_context.getRenderContext(), "empty_object", "", IVec2(64, 64)));

Completed in 376 milliseconds