OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTextureCubeSp
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
120
typedef de::SharedPtr<pipeline::TestTextureCube>
TestTextureCubeSp
;
179
void addCubeTexture (const
TestTextureCubeSp
& texture);
257
TestTextureCubeSp
loadTextureCube (const tcu::Archive& archive, const std::vector<std::string>& filenames);
vktTextureTestUtil.cpp
[
all
...]
vktTextureShadowTests.cpp
426
vector<
TestTextureCubeSp
> m_textures;
449
m_textures.push_back(
TestTextureCubeSp
(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
485
for (vector<
TestTextureCubeSp
>::iterator i = m_textures.begin(); i != m_textures.end(); i++)
[
all
...]
vktTextureMipmapTests.cpp
424
TestTextureCubeSp
m_texture;
435
m_texture =
TestTextureCubeSp
(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size));
[
all
...]
vktTextureFilteringTests.cpp
300
vector<
TestTextureCubeSp
> m_textures;
324
m_textures.push_back(
TestTextureCubeSp
(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
360
for (vector<
TestTextureCubeSp
>::iterator i = m_textures.begin(); i != m_textures.end(); i++)
[
all
...]
Completed in 103 milliseconds