Home
last modified time | relevance | path

Searched refs:invertCullFace (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1358 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace) in GetFrontFace() argument
1364 return invertCullFace ? VK_FRONT_FACE_CLOCKWISE : VK_FRONT_FACE_COUNTER_CLOCKWISE; in GetFrontFace()
1366 return invertCullFace ? VK_FRONT_FACE_COUNTER_CLOCKWISE : VK_FRONT_FACE_CLOCKWISE; in GetFrontFace()
Dvk_utils.h1028 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace);