Home
last modified time | relevance | path

Searched refs:glOpIsFastBlitSupported (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DColorBuffer.h109 bool glOpIsFastBlitSupported() const;
DColorBuffer.cpp554 bool ColorBuffer::glOpIsFastBlitSupported() const { in glOpIsFastBlitSupported() function in gfxstream::ColorBuffer
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp548 EXPECT_EQ(mFb->isFastBlitSupported(), mFb->findColorBuffer(handle)->glOpIsFastBlitSupported()); in TEST_F()
555 EXPECT_EQ(mFb->isFastBlitSupported(), mFb->findColorBuffer(handle)->glOpIsFastBlitSupported()); in TEST_F()