Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DRootSignature.cpp93 gr_cp<ID3DBlob> rootSigBinary; in Make() local
97 &rootSigBinary, &error); in Make()
107 hr = gpu->device()->CreateRootSignature(0, rootSigBinary->GetBufferPointer(), in Make()
108 rootSigBinary->GetBufferSize(), IID_PPV_ARGS(&rootSig)); in Make()