Home
last modified time | relevance | path

Searched refs:m_fastBlitSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/
DColorBufferGl.h203 bool isFastBlitSupported() const { return m_fastBlitSupported; } in isFastBlitSupported()
281 bool m_fastBlitSupported = false; variable
DColorBufferGl.cpp245 cb->m_fastBlitSupported = fastBlitSupported; in create()
630 if (m_fastBlitSupported) { in subUpdateFromFrameworkFormat()
671 if (m_fastBlitSupported) { in blitFromCurrentReadBuffer()
983 cb->m_fastBlitSupported = fastBlitSupported; in onLoad()