OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTexture2D
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
158
class
TestTexture2D
: public TestTexture
164
TestTexture2D
(const tcu::TextureFormat& format, int width, int height);
165
TestTexture2D
(const tcu::CompressedTexFormat& format, int width, int height);
166
virtual ~
TestTexture2D
(void);
vktPipelineImageUtil.cpp
886
//
TestTexture2D
888
TestTexture2D
::
TestTexture2D
(const tcu::TextureFormat& format, int width, int height)
896
TestTexture2D
::
TestTexture2D
(const tcu::CompressedTexFormat& format, int width, int height)
904
TestTexture2D
::~
TestTexture2D
(void)
908
int
TestTexture2D
::getNumLevels (void) const
913
tcu::PixelBufferAccess
TestTexture2D
::getLevel (int level, int layer)
920
const tcu::ConstPixelBufferAccess
TestTexture2D
::getLevel (int level, int layer) cons
[
all
...]
vktPipelineImageSamplingInstance.cpp
84
texture = MovePtr<TestTexture>(new
TestTexture2D
(format, size.x(), size.y()));
238
const tcu::Texture2D& texture = dynamic_cast<const
TestTexture2D
&>(testTexture).getTexture();
[
all
...]
Completed in 48 milliseconds