Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.cpp790 wgpu::CullMode RenderPipelineBase::GetCullMode() const { in GetCullMode() function in dawn_native::RenderPipelineBase
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h49 CullMode GetCullMode() const { return cull_mode_; } in GetCullMode() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1337 VkCullModeFlagBits GetCullMode(const gl::RasterizerState &rasterState) in GetCullMode() function