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
291
class
TestTextureCubeArray
: public TestTexture
297
TestTextureCubeArray
(const tcu::TextureFormat& format, int size, int arraySize);
298
TestTextureCubeArray
(const tcu::CompressedTexFormat& format, int size, int arraySize);
299
virtual ~
TestTextureCubeArray
(void);
vktPipelineImageUtil.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
165
texture = MovePtr<TestTexture>(new
TestTextureCubeArray
(format, size.x(), layerCount));
[
all
...]
Completed in 170 milliseconds