Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.cpp239 if (!mFXCompilerLib.Open("d3dcompiler_47.dll", &error) || in LoadFXCompiler()
240 !mFXCompilerLib.GetProc(&d3dCompile, "D3DCompile", &error) || in LoadFXCompiler()
241 !mFXCompilerLib.GetProc(&d3dDisassemble, "D3DDisassemble", &error)) { in LoadFXCompiler()
DPlatformFunctions.h104 DynamicLib mFXCompilerLib; variable