Searched refs:textBlobData (Results 1 – 1 of 1) sorted by relevance
448 auto textBlobData = std::make_shared<Data>(); in GetTextBlobFromCmdList() local449 textBlobData->BuildWithoutCopy(data, textBlobHandle.size); in GetTextBlobFromCmdList()450 return TextBlob::Deserialize(textBlobData->GetData(), textBlobData->GetSize(), &customCtx); in GetTextBlobFromCmdList()