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

/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1370 class TextureFormatCase : public tcu::TestCase class in namespace:dit::__anon4982
1373 TextureFormatCase (tcu::TestContext& testCtx, TextureFormat format) function in class:dit::__anon4982::TextureFormatCase
1483 class ColorFormatCase : public TextureFormatCase
1487 : TextureFormatCase(testCtx, format)
1518 class DepthFormatCase : public TextureFormatCase
1522 : TextureFormatCase(testCtx, format)
1556 class StencilFormatCase : public TextureFormatCase
1560 : TextureFormatCase(testCtx, format)
1594 class DepthStencilFormatCase : public TextureFormatCase
1598 : TextureFormatCase(testCt
[all...]

Completed in 73 milliseconds