Searched refs:isHW (Results 1 – 4 of 4) sorted by relevance
62 virtual bool isHW() const = 0;137 bool C2Fence::isHW() const { in isHW() function in C2Fence139 return mImpl->isHW(); in isHW()178 virtual bool isHW() const { in isHW() function in _C2FenceFactory::SurfaceFenceImpl314 virtual bool isHW() const { in isHW() function in _C2FenceFactory::SyncFenceImpl735 virtual bool isHW() const { in isHW() function in _C2FenceFactory::PipeFenceImpl
108 EXPECT_FALSE(fence.isHW()); // perhaps this should be false for a null fence in validateNullFence()147 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateSingleFdFence()263 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateTwoFdUnorderedFence()339 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateThreeFdFence()
122 bool isHW() const;
1240 if (c2fence.isHW()) { in renderOutputBuffer()