Searched refs:AppendSamplerTexture (Results 1 – 3 of 3) sorted by relevance
382 int AppendSamplerTexture(VkSamplerObj *sampler, VkTextureObj *texture);
1055 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()1111 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()1166 descriptorSet.AppendSamplerTexture(&sampler, &texture); in TEST_F()
882 int VkDescriptorSetObj::AppendSamplerTexture(VkSamplerObj *sampler, VkTextureObj *texture) { in AppendSamplerTexture() function in VkDescriptorSetObj