OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTextureCube
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
207
class
TestTextureCube
: public TestTexture
213
TestTextureCube
(const tcu::TextureFormat& format, int size);
214
TestTextureCube
(const tcu::CompressedTexFormat& format, int size);
215
virtual ~
TestTextureCube
(void);
vktPipelineImageUtil.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
92
texture = MovePtr<TestTexture>(new
TestTextureCube
(format, size.x()));
247
const tcu::TextureCube& texture = dynamic_cast<const
TestTextureCube
&>(testTexture).getTexture();
[
all
...]
Completed in 32 milliseconds