Home
last modified time | relevance | path

Searched defs:oldInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DTypesMinimal.cpp27 GrD3DTextureResourceInfo* oldInfo = fTextureResourceInfo; in assign() local
/third_party/typescript/src/compiler/
DbuilderState.ts215 … const oldInfo = useOldState ? oldState!.fileInfos.get(sourceFile.resolvedPath) : undefined; constant