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

/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp441 // Texture2DArrayFormatCase
443 class Texture2DArrayFormatCase : public tcu::TestCase class in namespace:deqp::gles3::Functional
446 Texture2DArrayFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int numLayers);
447 Texture2DArrayFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers);
448 ~Texture2DArrayFormatCase (void);
455 Texture2DArrayFormatCase (const Texture2DArrayFormatCase& other);
456 Texture2DArrayFormatCase& operator= (const Texture2DArrayFormatCase& other);
475 Texture2DArrayFormatCase function in class:deqp::gles3::Functional::Texture2DArrayFormatCase
490 Texture2DArrayFormatCase::Texture2DArrayFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers) function in class:deqp::gles3::Functional::Texture2DArrayFormatCase
[all...]

Completed in 232 milliseconds