HomeSort by relevance Sort by last modified time
    Searched refs:TestTexture1D (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 161 class TestTexture1D : public TestTexture
167 TestTexture1D (const tcu::TextureFormat& format, int width);
168 TestTexture1D (const tcu::CompressedTexFormat& format, int width);
169 virtual ~TestTexture1D (void);
vktPipelineImageUtil.cpp 842 // TestTexture1D
844 TestTexture1D::TestTexture1D (const tcu::TextureFormat& format, int width)
852 TestTexture1D::TestTexture1D (const tcu::CompressedTexFormat& format, int width)
860 TestTexture1D::~TestTexture1D (void)
864 int TestTexture1D::getNumLevels (void) const
869 tcu::PixelBufferAccess TestTexture1D::getLevel (int level, int layer)
876 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) cons
    [all...]
vktPipelineImageSamplingInstance.cpp 142 texture = MovePtr<TestTexture>(new TestTexture1D(format, size.x()));
    [all...]

Completed in 518 milliseconds