Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp688 mCurrentInputLayout(), in StateManager11()
2168 if (!mCurrentInputLayout.empty()) in setInputLayoutInternal()
2171 mCurrentInputLayout.clear(); in setInputLayoutInternal()
2175 else if (inputLayout->getSerial() != mCurrentInputLayout) in setInputLayoutInternal()
2178 mCurrentInputLayout = inputLayout->getSerial(); in setInputLayoutInternal()
H A DStateManager11.h605 ResourceSerial mCurrentInputLayout; variable