Home
last modified time | relevance | path

Searched defs:GetFrontFace (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp795 wgpu::FrontFace RenderPipelineBase::GetFrontFace() const { in GetFrontFace() function in dawn_native::RenderPipelineBase
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h52 FrontFace GetFrontFace() const { return front_face_; } in GetFrontFace() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1358 VkFrontFace GetFrontFace(GLenum frontFace, bool invertCullFace) in GetFrontFace() function