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

/external/deqp/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp204 // TextureCubeFormatCase
206 class TextureCubeFormatCase : public tcu::TestCase class in namespace:deqp::gles2::Functional
209 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
210 ~TextureCubeFormatCase (void);
217 TextureCubeFormatCase (const TextureCubeFormatCase& other);
218 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
237 TextureCubeFormatCase::TextureCubeFormatCase (tc function in class:deqp::gles2::Functional::TextureCubeFormatCase
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp241 // TextureCubeFormatCase
243 class TextureCubeFormatCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
246 TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
247 TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height);
248 ~TextureCubeFormatCase (void);
255 TextureCubeFormatCase (const TextureCubeFormatCase& other);
256 TextureCubeFormatCase& operator= (const TextureCubeFormatCase& other);
275 TextureCubeFormatCase function in class:deqp::gles3::Functional::TextureCubeFormatCase
290 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) function in class:deqp::gles3::Functional::TextureCubeFormatCase
[all...]

Completed in 160 milliseconds