OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTextureCubeArray
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
224
class
TestTextureCubeArray
: public TestTexture
230
TestTextureCubeArray
(const tcu::TextureFormat& format, int size, int arraySize);
231
TestTextureCubeArray
(const tcu::CompressedTexFormat& format, int size, int arraySize);
232
virtual ~
TestTextureCubeArray
(void);
vktPipelineImageUtil.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
98
texture = MovePtr<TestTexture>(new
TestTextureCubeArray
(format, size.x(), layerCount));
254
const tcu::TextureCubeArray& texture = dynamic_cast<const
TestTextureCubeArray
&>(testTexture).getTexture();
[
all
...]
Completed in 91 milliseconds