Searched refs:programImpl (Results 1 – 2 of 2) sorted by relevance
272 CLProgramVk::Ptr programImpl = CLProgramVk::Ptr(new (std::nothrow) CLProgramVk(program)); in linkProgram() local273 if (programImpl == nullptr) in linkProgram()277 ANGLE_TRY(programImpl->init()); in linkProgram()306 programImpl->setBuildStatus(linkDeviceList, CL_BUILD_IN_PROGRESS); in linkProgram()314 programImpl.get(), linkDeviceList, std::string(options ? options : ""), "", in linkProgram()320 if (!programImpl->buildInternal(linkDeviceList, std::string(options ? options : ""), "", in linkProgram()327 *programOut = std::move(programImpl); in linkProgram()
77 ::testing::NiceMock<MockProgramImpl> *programImpl = new ::testing::NiceMock<MockProgramImpl>(); in MakeProgramMock()80 EXPECT_CALL(*programImpl, destructor()).Times(1).RetiresOnSaturation(); in MakeProgramMock()82 return programImpl; in MakeProgramMock()