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

/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp302 class Incomplete2DFormatCase : public Tex2DCompletenessCase class in namespace:deqp::gles2::Functional
305 Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx);
306 ~Incomplete2DFormatCase (void) {}
317 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 format, deUint32 invalidFormat, int invalidLevelNdx) function in class:deqp::gles2::Functional::Incomplete2DFormatCase
326 void Incomplete2DFormatCase::createTexture (void)
940 tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismatch_rgb_rgba", "", IVec2(128, 128), GL_RGB, GL_RGBA, 1));
941 tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismatch_rgba_rgb", "", IVec2(128, 128), GL_RGBA, GL_RGB, 1));
942 tex2d->addChild(new Incomplete2DFormatCase(m_testCtx, m_context.getRenderContext(), "format_mismatch_luminance_luminance_alpha", "", IVec2(128, 128), GL_LUMINANCE, GL_LUMINANCE_ALPHA, 1));
943 tex2d->addChild(new Incomplete2DFormatCase(m_testCt
[all...]

Completed in 81 milliseconds