Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h611 ResourceSerial mCurrentGeometryConstantBuffer; variable
DStateManager11.cpp3459 if (mCurrentGeometryConstantBuffer != driverConstantBufferPS.getSerial()) in applyDriverUniforms()
3463 mCurrentGeometryConstantBuffer = driverConstantBufferPS.getSerial(); in applyDriverUniforms()