Searched refs:Texture2DFormatCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 68 class Texture2DFormatCase : public tcu::TestCase class 71 …Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, … 72 ~Texture2DFormatCase (void); 79 Texture2DFormatCase (const Texture2DFormatCase& other); 80 Texture2DFormatCase& operator= (const Texture2DFormatCase& other); 93 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx,… in Texture2DFormatCase() function in deqp::gles2::Functional::Texture2DFormatCase 105 Texture2DFormatCase::~Texture2DFormatCase (void) in ~Texture2DFormatCase() 110 void Texture2DFormatCase::init (void) in init() 130 void Texture2DFormatCase::deinit (void) in deinit() 138 Texture2DFormatCase::IterateResult Texture2DFormatCase::iterate (void) in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 82 class Texture2DFormatCase : public tcu::TestCase class 85 …Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* d… 86 …Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* d… 87 ~Texture2DFormatCase (void); 94 Texture2DFormatCase (const Texture2DFormatCase& other); 95 Texture2DFormatCase& operator= (const Texture2DFormatCase& other); 109 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* … in Texture2DFormatCase() function in deqp::gles3::Functional::Texture2DFormatCase 122 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char*… in Texture2DFormatCase() function in deqp::gles3::Functional::Texture2DFormatCase 135 Texture2DFormatCase::~Texture2DFormatCase (void) in ~Texture2DFormatCase() 140 void Texture2DFormatCase::init (void) in init() [all …]
|