HomeSort by relevance Sort by last modified time
    Searched refs:mD3dCompilerModule (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.cpp 28 mD3dCompilerModule = NULL;
34 if (mD3dCompilerModule)
36 FreeLibrary(mD3dCompilerModule);
37 mD3dCompilerModule = NULL;
49 if (GetModuleHandleEx(0, d3dCompilerNames[i], &mD3dCompilerModule))
56 mD3dCompilerModule = LoadLibrary(D3DCOMPILER_DLL);
59 if (!mD3dCompilerModule)
65 mD3DCompileFunc = reinterpret_cast<pCompileFunc>(GetProcAddress(mD3dCompilerModule, "D3DCompile"));
Renderer.h 239 HMODULE mD3dCompilerModule;

Completed in 43 milliseconds