Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DCommandList.cpp304 fCurrentGraphicsConstantBufferAddress = 0; in onReset()
535 if (bufferLocation != fCurrentGraphicsConstantBufferAddress) { in setGraphicsRootConstantBufferView()
537 fCurrentGraphicsConstantBufferAddress = bufferLocation; in setGraphicsRootConstantBufferView()
DGrD3DCommandList.h225 D3D12_GPU_VIRTUAL_ADDRESS fCurrentGraphicsConstantBufferAddress = 0; variable