OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTextureSp
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp
118
typedef de::SharedPtr<pipeline::TestTexture>
TestTextureSp
;
137
TextureBinding (Context& context, const
TestTextureSp
& textureData, const Type type);
148
void updateTextureData (const
TestTextureSp
& textureData, const Type type);
152
TestTextureSp
m_textureData;
vktTextureTestUtil.cpp
292
TextureBinding::TextureBinding (Context& context, const
TestTextureSp
& textureData, const TextureBinding::Type type)
300
void TextureBinding::updateTextureData (const
TestTextureSp
& textureData, const TextureBinding::Type textureType)
[
all
...]
Completed in 461 milliseconds