OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestTexture2D
(Results
1 - 2
of
2
) 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
...]
Completed in 31 milliseconds