Lines Matching refs:rcEnc
422 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in lockHostImpl() local
425 const int res = rcEnc->rcColorBufferCacheFlush( in lockHostImpl()
426 rcEnc, cb.hostHandle, 0, usageSwRead); in lockHostImpl()
433 if (rcEnc->hasYUVCache()) { in lockHostImpl()
449 rcEnc->rcReadColorBufferYUV(rcEnc, cb.hostHandle, in lockHostImpl()
455 rcEnc->rcReadColorBuffer(rcEnc, cb.hostHandle, in lockHostImpl()
482 if (rcEnc->featureInfo()->hasReadColorBufferDma) { in lockHostImpl()
485 rcEnc->bindDmaDirectly(bufferBits, in lockHostImpl()
488 rcEnc->rcReadColorBufferDMA(rcEnc, in lockHostImpl()
494 rcEnc->rcReadColorBuffer(rcEnc, in lockHostImpl()
567 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in unlockHostImpl() local
570 rcEnc->bindDmaDirectly(bufferBits, in unlockHostImpl()
575 rcEnc->rcUpdateColorBufferDMA(rcEnc, cb.hostHandle, in unlockHostImpl()