• Home
  • Raw
  • Download

Lines Matching refs:tmpError

35     getRaw()->createClient([&](const auto& tmpError, const auto& tmpClient) {  in createClient()  argument
36 ASSERT_EQ(Error::NONE, tmpError) << "failed to create client"; in createClient()
54 mClient->getPerFrameMetadataKeys(display, [&](const auto& tmpError, const auto& tmpKeys) { in getPerFrameMetadataKeys() argument
55 ASSERT_EQ(Error::NONE, tmpError) << "failed to get HDR metadata keys"; in getPerFrameMetadataKeys()
74 [&](const auto& tmpError, const auto& tmpOutQueueChanged, in execute()
76 ASSERT_EQ(Error::NONE, tmpError); in execute()
80 [&](const auto& tmpError, const auto& tmpDescriptor) { in execute() argument
81 ASSERT_EQ(Error::NONE, tmpError); in execute()
100 [&](const auto& tmpError, const auto& tmpDisplay, const auto& tmpFormat) { in createVirtualDisplay_2_2() argument
101 ASSERT_EQ(Error::NONE, tmpError) << "failed to create virtual display"; in createVirtualDisplay_2_2()
134 [&](const auto& tmpError, const auto& tmpOutPixelFormat, const auto& tmpOutDataspace) { in getReadbackBufferAttributes() argument
135 ASSERT_EQ(Error::NONE, tmpError) << "failed to get readback buffer attributes"; in getReadbackBufferAttributes()
142 mClient->getReadbackBufferFence(display, [&](const auto& tmpError, const auto& tmpHandle) { in getReadbackBufferFence() argument
143 ASSERT_EQ(Error::NONE, tmpError) << "failed to get readback fence"; in getReadbackBufferFence()
151 mClient->getColorModes_2_2(display, [&](const auto& tmpError, const auto& tmpModes) { in getColorModes() argument
152 ASSERT_EQ(Error::NONE, tmpError) << "failed to get color modes"; in getColorModes()
160 mClient->getRenderIntents(display, mode, [&](const auto& tmpError, const auto& tmpIntents) { in getRenderIntents() argument
161 ASSERT_EQ(Error::NONE, tmpError) << "failed to get render intents"; in getRenderIntents()
175 dataspace, [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
176 ASSERT_EQ(Error::NONE, tmpError) << "failed to get datasapce saturation matrix"; in getDataspaceSaturationMatrix()