HomeSort by relevance Sort by last modified time
    Searched refs:CreateSampler (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/vk/
GrVkSampler.cpp 63 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), CreateSampler(gpu->device(),
GrVkInterface.cpp 88 GET_PROC(CreateSampler);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 108 PFN_vkCreateSampler CreateSampler;
api_gen.cpp 206 INIT_PROC(dev, CreateSampler);
350 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 100 PFN_vkCreateSampler CreateSampler;
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 126 {"vkCreateSampler", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateSampler>(CreateSampler))},
null_driver_gen.h 101 VKAPI_ATTR VkResult CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSampler* pSampler);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 144 table->CreateSampler = (PFN_vkCreateSampler)gpa(dev, "vkCreateSampler");
394 if (!strcmp(name, "CreateSampler"))
395 return (void *)table->CreateSampler;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]