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

  /frameworks/native/vulkan/libvulkan/
api_gen.h 137 PFN_vkCmdSetDepthBounds CmdSetDepthBounds;
api_gen.cpp 235 INIT_PROC(dev, CmdSetDepthBounds);
379 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 132 PFN_vkCmdSetDepthBounds CmdSetDepthBounds;
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 117 GET_PROC(CmdSetDepthBounds);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 96 {"vkCmdSetDepthBounds", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCmdSetDepthBounds>(CmdSetDepthBounds))},
null_driver_gen.h 130 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 198 table->CmdSetDepthBounds =
452 if (!strcmp(name, "CmdSetDepthBounds"))
453 return (void *)table->CmdSetDepthBounds;
    [all...]
trampoline.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]

Completed in 82 milliseconds