Home
last modified time | relevance | path

Searched refs:RasterizationState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp167 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::RasterizationState>& context) in FromJson()
286 JsonContext<GraphicsState::RasterizationState> context; in ParseSingleState()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1135 struct RasterizationState { struct
1236 RasterizationState rasterizationState;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp220 const GraphicsState::RasterizationState& rasterizationState = graphicsState.rasterizationState; in GraphicsPipelineStateObjectVk()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp319 void SetCullMode(const GraphicsState::RasterizationState& rs) in SetCullMode()
339 void SetFrontFace(const GraphicsState::RasterizationState& rs) in SetFrontFace()
354 void SetPolygonMode(const GraphicsState::RasterizationState& rs) in SetPolygonMode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp68 uint64_t BASE_NS::hash(const RENDER_NS::GraphicsState::RasterizationState& state) in hash()