Searched refs:TextureCubeFormatCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 204 class TextureCubeFormatCase : public tcu::TestCase class 207 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 208 ~TextureCubeFormatCase (void); 215 TextureCubeFormatCase (const TextureCubeFormatCase& other); 216 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other); 235 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& render… in TextureCubeFormatCase() function in deqp::gles2::Functional::TextureCubeFormatCase 249 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase() 254 void TextureCubeFormatCase::init (void) in init() 304 void TextureCubeFormatCase::deinit (void) in deinit() 312 bool TextureCubeFormatCase::testFace (tcu::CubeFace face) in testFace() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 221 class TextureCubeFormatCase : public tcu::TestCase class 224 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 225 …TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,… 226 ~TextureCubeFormatCase (void); 233 TextureCubeFormatCase (const TextureCubeFormatCase& other); 234 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other); 252 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& render… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase 266 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& render… in TextureCubeFormatCase() function in deqp::gles3::Functional::TextureCubeFormatCase 280 TextureCubeFormatCase::~TextureCubeFormatCase (void) in ~TextureCubeFormatCase() 285 void TextureCubeFormatCase::init (void) in init() [all …]
|