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

/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp655 class UploadTexCubeCase : public TestCase class in namespace:deqp::gles31::Functional::__anon4538
658 UploadTexCubeCase (Context& context, const char* name, deUint32 format) function in class:deqp::gles31::Functional::__anon4538::UploadTexCubeCase
1015 formatGroup->addChild(new UploadTexCubeCase (m_context, "depth32f_stencil8_cube", GL_DEPTH32F_STENCIL8));
1018 formatGroup->addChild(new UploadTexCubeCase (m_context, "depth24_stencil8_cube", GL_DEPTH24_STENCIL8));
1023 formatGroup->addChild(new UploadTexCubeCase (m_context, "stencil_index8_cube", GL_STENCIL_INDEX8));

Completed in 140 milliseconds