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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 100 PFN_vkDestroyPipelineCache DestroyPipelineCache;
api_gen.cpp 198 INIT_PROC(dev, DestroyPipelineCache);
342 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 92 PFN_vkDestroyPipelineCache DestroyPipelineCache;
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 80 GET_PROC(DestroyPipelineCache);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 144 {"vkDestroyPipelineCache", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyPipelineCache>(DestroyPipelineCache))},
null_driver_gen.h 93 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 128 table->DestroyPipelineCache =
378 if (!strcmp(name, "DestroyPipelineCache"))
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 4214 milliseconds