Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h360 class GraphicsProgramLinkEvent; variable
DProgramD3D.cpp1786 class ProgramD3D::GraphicsProgramLinkEvent final : public LinkEvent class in rx::ProgramD3D
1789 GraphicsProgramLinkEvent(gl::InfoLog &infoLog, in GraphicsProgramLinkEvent() function in rx::ProgramD3D::GraphicsProgramLinkEvent
1953 return std::make_unique<GraphicsProgramLinkEvent>(infoLog, context->getWorkerThreadPool(), in compileProgramExecutables()