OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTextureCube
(Results
1 - 8
of
8
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp
269
class
TestTextureCube
: public TestTexture
275
TestTextureCube
(const tcu::TextureFormat& format, int size);
276
TestTextureCube
(const tcu::CompressedTexFormat& format, int size);
277
virtual ~
TestTextureCube
(void);
vktPipelineImageUtil.cpp
[
all
...]
vktPipelineImageSamplingInstance.cpp
159
texture = MovePtr<TestTexture>(new
TestTextureCube
(format, size.x()));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
121
typedef de::SharedPtr<pipeline::
TestTextureCube
> TestTextureCubeSp;
196
const pipeline::
TestTextureCube
& getCubeTexture (int textureIndex) const;
vktTextureTestUtil.cpp
[
all
...]
vktTextureShadowTests.cpp
451
m_textures.push_back(TestTextureCubeSp(new pipeline::
TestTextureCube
(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
534
const pipeline::
TestTextureCube
& texture = m_renderer.getCubeTexture(curCase.textureIndex);
[
all
...]
vktTextureFilteringTests.cpp
328
m_textures.push_back(TestTextureCubeSp(new pipeline::
TestTextureCube
(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
416
const pipeline::
TestTextureCube
& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIndex);
[
all
...]
vktTextureMipmapTests.cpp
435
m_texture = TestTextureCubeSp(new pipeline::
TestTextureCube
(vk::mapVkFormat(m_testParameters.format), m_testParameters.size));
[
all
...]
Completed in 553 milliseconds