Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h610 ResourceSerial mCurrentComputeConstantBuffer; variable
DStateManager11.cpp3489 if (mCurrentComputeConstantBuffer != constantBuffer->getSerial()) in applyComputeUniforms()
3494 mCurrentComputeConstantBuffer = constantBuffer->getSerial(); in applyComputeUniforms()