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

/external/deqp/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp64 // Texture2DFormatCase
66 class Texture2DFormatCase : public tcu::TestCase class in namespace:deqp::gles2::Functional
69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
70 ~Texture2DFormatCase (void);
77 Texture2DFormatCase (const Texture2DFormatCase& other);
78 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
91 Texture2DFormatCase::Texture2DFormatCase (tc function in class:deqp::gles2::Functional::Texture2DFormatCase
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp63 // Texture2DFormatCase
65 class Texture2DFormatCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
68 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height);
69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
70 ~Texture2DFormatCase (void);
77 Texture2DFormatCase (const Texture2DFormatCase& other);
78 Texture2DFormatCase& operator= (const Texture2DFormatCase& other);
91 Texture2DFormatCase function in class:deqp::gles3::Functional::Texture2DFormatCase
103 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height) function in class:deqp::gles3::Functional::Texture2DFormatCase
[all...]

Completed in 177 milliseconds