Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp195 void PlatformFunctions::LoadDXIL(const std::string& baseWindowsSDKPath) { in LoadDXIL() argument
198 {dxilDLLName, baseWindowsSDKPath + dxilDLLName}}; in LoadDXIL()
208 void PlatformFunctions::LoadDXCompiler(const std::string& baseWindowsSDKPath) { in LoadDXCompiler() argument
216 {dxCompilerDLLName, baseWindowsSDKPath + dxCompilerDLLName}}; in LoadDXCompiler()
DPlatformFunctions.h94 void LoadDXIL(const std::string& baseWindowsSDKPath);
95 void LoadDXCompiler(const std::string& baseWindowsSDKPath);