Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp419 mCurrentDrawMode(gl::PrimitiveMode::InvalidEnum),
857 if (mode != mCurrentDrawMode) in setupDraw()
860 mCurrentDrawMode = mode; in setupDraw()
861 mGraphicsPipelineDesc->updateTopology(&mGraphicsPipelineTransition, mCurrentDrawMode); in setupDraw()
1400 this, mCurrentDrawMode, *mGraphicsPipelineDesc, in handleDirtyGraphicsPipelineDesc()
1415 this, mCurrentDrawMode, *mGraphicsPipelineDesc, in handleDirtyGraphicsPipelineDesc()
DContextVk.h976 gl::PrimitiveMode mCurrentDrawMode; variable