Searched defs:Incomplete2DWrapModeCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp412 class Incomplete2DWrapModeCase : public Tex2DCompletenessCase class in namespace:deqp::gles2::Functional
415 Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
416 ~Incomplete2DWrapModeCase (void) {}
427 Incomplete2DWrapModeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) function in class:deqp::gles2::Functional::Incomplete2DWrapModeCase
436 void Incomplete2DWrapModeCase::createTexture (void)
949 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_t_repeat", "", IVec2(127, 127), GL_CLAMP_TO_EDGE, GL_REPEAT, m_context.getContextInfo()));
950 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_s_repeat", "", IVec2(127, 127), GL_REPEAT, GL_CLAMP_TO_EDGE, m_context.getContextInfo()));
951 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCtx, m_context.getRenderContext(), "npot_all_repeat", "", IVec2(127, 127), GL_REPEAT, GL_REPEAT, m_context.getContextInfo()));
952 tex2d->addChild(new Incomplete2DWrapModeCase(m_testCt
[all...]

Completed in 293 milliseconds