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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp156 class TestTexture1DArray : public TestTexture class in namespace:vkt::pipeline
162 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
163 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
164 virtual ~TestTexture1DArray (void);
H A DvktPipelineImageUtil.cpp931 // TestTexture1DArray
933 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) function in class:vkt::pipeline::TestTexture1DArray
941 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize) function in class:vkt::pipeline::TestTexture1DArray
955 TestTexture1DArray::~TestTexture1DArray (void)
959 int TestTexture1DArray::getNumLevels (void) const
964 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer)
973 const tcu::ConstPixelBufferAccess TestTexture1DArray
[all...]

Completed in 78 milliseconds