Searched refs:Texture3DFormatCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp600 class Texture3DFormatCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
603 Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth);
604 Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth);
605 ~Texture3DFormatCase (void);
612 Texture3DFormatCase (const Texture3DFormatCase& other);
613 Texture3DFormatCase& operator= (const Texture3DFormatCase& other);
632 Texture3DFormatCase::Texture3DFormatCase (tc function in class:deqp::gles3::Functional::Texture3DFormatCase
647 Texture3DFormatCase::Texture3DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth) function in class:deqp::gles3::Functional::Texture3DFormatCase
[all...]

Completed in 108 milliseconds