OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestTexture1DArray
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
141
class
TestTexture1DArray
: public TestTexture
147
TestTexture1DArray
(const tcu::TextureFormat& format, int width, int arraySize);
148
TestTexture1DArray
(const tcu::CompressedTexFormat& format, int width, int arraySize);
149
virtual ~
TestTexture1DArray
(void);
vktPipelineImageUtil.cpp
824
//
TestTexture1DArray
826
TestTexture1DArray
::
TestTexture1DArray
(const tcu::TextureFormat& format, int width, int arraySize)
834
TestTexture1DArray
::
TestTexture1DArray
(const tcu::CompressedTexFormat& format, int width, int arraySize)
848
TestTexture1DArray
::~
TestTexture1DArray
(void)
852
int
TestTexture1DArray
::getNumLevels (void) const
857
tcu::PixelBufferAccess
TestTexture1DArray
::getLevel (int level, int layer)
866
const tcu::ConstPixelBufferAccess
TestTexture1DArray
::getLevel (int level, int layer) cons
[
all
...]
Completed in 129 milliseconds