Home
last modified time | relevance | path

Searched defs:GraphicsState (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp135 struct GraphicsState struct
141 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()
142 inline bool getRobustBufferAccess() const { return robustBufferAccess; } in getRobustBufferAccess()
143 inline VkPrimitiveTopology getTopology() const { return topology; } in getTopology()
145 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()
147 inline VkStencilOpState getFrontStencil() const { return frontStencil; } in getFrontStencil()
148 inline VkStencilOpState getBackStencil() const { return backStencil; } in getBackStencil()
151 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()
152 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()
153 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()
[all …]
DContext.cpp256 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState