Searched defs:pixelTask (Results 1 – 2 of 2) sorted by relevance
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()