HomeSort by relevance Sort by last modified time
    Searched defs:CommonVulkanHeader (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/vk/
GrVkCaps.cpp 248 // structure type followed by the pNext pointer. We cast to the CommonVulkanHeader
250 struct CommonVulkanHeader {
257 CommonVulkanHeader* header = static_cast<CommonVulkanHeader*>(pNext);
    [all...]
  /external/skia/tools/gpu/vk/
VkTestUtils.cpp 700 // structure type followed by the pNext pointer. We cast to the CommonVulkanHeader
702 struct CommonVulkanHeader {
710 pNext = static_cast<CommonVulkanHeader*>(current)->pNext;
  /external/skqp/src/gpu/vk/
GrVkCaps.cpp 214 // structure type followed by the pNext pointer. We cast to the CommonVulkanHeader
216 struct CommonVulkanHeader {
223 CommonVulkanHeader* header = static_cast<CommonVulkanHeader*>(pNext);
    [all...]
  /external/skqp/tools/gpu/vk/
VkTestUtils.cpp 690 // structure type followed by the pNext pointer. We cast to the CommonVulkanHeader
692 struct CommonVulkanHeader {
700 pNext = static_cast<CommonVulkanHeader*>(current)->pNext;

Completed in 351 milliseconds