Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp1842 std::shared_ptr<ProgramD3D::GetPixelExecutableTask> pixelTask, in GraphicsProgramLinkEvent() argument
1849 mPixelTask(pixelTask), in GraphicsProgramLinkEvent()
1982 auto pixelTask = std::make_shared<GetPixelExecutableTask>(context, this); in compileProgramExecutables() local
1993 vertexTask, pixelTask, geometryTask, useGS, in compileProgramExecutables()