Searched refs:fCurrentGraphicsRootDescTable (Results 1 – 2 of 2) sorted by relevance
291 sk_bzero(fCurrentGraphicsRootDescTable, sizeof(fCurrentGraphicsRootDescTable)); in GrD3DDirectCommandList()306 sk_bzero(fCurrentGraphicsRootDescTable, sizeof(fCurrentGraphicsRootDescTable)); in onReset()354 sk_bzero(fCurrentGraphicsRootDescTable, sizeof(fCurrentGraphicsRootDescTable)); in setGraphicsRootSignature()557 if (fCurrentGraphicsRootDescTable[rootParameterIndex].ptr != baseDescriptor.ptr) { in setGraphicsRootDescriptorTable()559 fCurrentGraphicsRootDescTable[rootParameterIndex] = baseDescriptor; in setGraphicsRootDescriptorTable()
227 D3D12_GPU_DESCRIPTOR_HANDLE fCurrentGraphicsRootDescTable[GrD3DRootSignature::kParamIndexCount]; variable