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

/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp51 class Texture2DSizeCase : public tcu::TestCase class in namespace:deqp::gles2::Functional
54 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
55 ~Texture2DSizeCase (void);
62 Texture2DSizeCase (const Texture2DSizeCase& other);
63 Texture2DSizeCase& operator= (const Texture2DSizeCase& other);
77 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) function in class:deqp::gles2::Functional::Texture2DSizeCase
90 Texture2DSizeCase
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp52 class Texture2DSizeCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
55 Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps);
56 ~Texture2DSizeCase (void);
63 Texture2DSizeCase (const Texture2DSizeCase& other);
64 Texture2DSizeCase& operator= (const Texture2DSizeCase& other);
78 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) function in class:deqp::gles3::Functional::Texture2DSizeCase
91 Texture2DSizeCase
[all...]

Completed in 173 milliseconds