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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.cpp 30 mD3DCompileFunc = NULL;
70 mD3DCompileFunc = reinterpret_cast<pCompileFunc>(GetProcAddress(mD3dCompilerModule, "D3DCompile"));
71 ASSERT(mD3DCompileFunc);
73 return mD3DCompileFunc != NULL;
124 pD3DCompile compileFunc = reinterpret_cast<pD3DCompile>(mD3DCompileFunc);
Renderer.h 246 pCompileFunc mD3DCompileFunc;

Completed in 23 milliseconds