Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp107 mD3DCompileFunc(nullptr), in HLSLCompiler()
171 mD3DCompileFunc = in ensureInitialized()
173 ASSERT(mD3DCompileFunc); in ensureInitialized()
183 mD3DCompileFunc = reinterpret_cast<pD3DCompile>(D3DCompile); in ensureInitialized()
187 ANGLE_CHECK_HR(context, mD3DCompileFunc, "Error finding D3DCompile entry point.", in ensureInitialized()
200 mD3DCompileFunc = nullptr; in release()
220 ASSERT(mD3DCompileFunc); in compileToBinary()
241 result = mD3DCompileFunc(hlsl.c_str(), hlsl.length(), gl::g_fakepath, macros, nullptr, in compileToBinary()
DHLSLCompiler.h68 pD3DCompile mD3DCompileFunc; variable