Searched defs:pixelTask (Results 1 – 3 of 3) sorted by relevance
1726 std::shared_ptr<ProgramD3D::GetPixelExecutableTask> pixelTask, in GraphicsProgramLinkEvent()1875 auto pixelTask = std::make_shared<GetPixelExecutableTask>(this); in compileProgramExecutables() local
1792 std::shared_ptr<ProgramD3D::GetPixelExecutableTask> pixelTask, in GraphicsProgramLinkEvent()1944 auto pixelTask = std::make_shared<GetPixelExecutableTask>(this); in compileProgramExecutables() local
982 void Renderer::finishRendering(Task &pixelTask) in finishRendering()