Home
last modified time | relevance | path

Searched refs:vkCreateSampler (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt79 vkCreateSampler;
Dapi_gen.cpp1853 VKAPI_ATTR VkResult vkCreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const … in vkCreateSampler() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h103 extern PFN_vkCreateSampler vkCreateSampler;
Dvulkan_wrapper.cpp116 vkCreateSampler = reinterpret_cast<PFN_vkCreateSampler>(dlsym(libvulkan, "vkCreateSampler")); in InitVulkan()
462 PFN_vkCreateSampler vkCreateSampler; variable
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c1832 err = vkCreateSampler(demo->device, &sampler, NULL, &demo->textures[i].sampler); in demo_prepare_textures()
/frameworks/native/vulkan/api/
Dvulkan.api8922 cmd VkResult vkCreateSampler(