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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp199 class TestTexture2DArray : public TestTexture class in namespace:vkt::pipeline
205 TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize);
206 TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize);
207 virtual ~TestTexture2DArray (void);
H A DvktPipelineImageUtil.cpp1070 // TestTexture2DArray
1072 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, int arraySize) function in class:vkt::pipeline::TestTexture2DArray
1080 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int height, int arraySize) function in class:vkt::pipeline::TestTexture2DArray
1094 TestTexture2DArray::~TestTexture2DArray (void)
1098 int TestTexture2DArray::getNumLevels (void) const
1103 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer)
1112 const tcu::ConstPixelBufferAccess TestTexture2DArray
[all...]

Completed in 98 milliseconds