Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h502 std::unique_ptr<LinkEvent> compileComputeExecutable(const gl::Context *context,
DProgramD3D.cpp1958 std::unique_ptr<LinkEvent> ProgramD3D::compileComputeExecutable(const gl::Context *context, in compileComputeExecutable() function in rx::ProgramD3D
2064 return compileComputeExecutable(context, infoLog); in link()