Lines Matching refs:hostHandle
324 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat); in gralloc_alloc()
325 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_alloc()
328 if (!cb->hostHandle) { in gralloc_alloc()
368 if (cb->hostHandle != 0) { in gralloc_free()
370 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_free()
371 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_free()
459 rcEnc->rcFBPost(rcEnc, cb->hostHandle); in fb_post()
538 if (cb->hostHandle != 0) { in gralloc_register_buffer()
540 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_register_buffer()
541 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer()
575 if (cb->hostHandle != 0) { in gralloc_unregister_buffer()
577 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); in gralloc_unregister_buffer()
578 rcEnc->rcCloseColorBuffer(rcEnc, cb->hostHandle); in gralloc_unregister_buffer()
670 if (cb->hostHandle) { in gralloc_lock()
677 int hostSyncStatus = rcEnc->rcColorBufferCacheFlush(rcEnc, cb->hostHandle, in gralloc_lock()
690 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()
735 if (cb->hostHandle) { in gralloc_unlock()
762 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, in gralloc_unlock()
771 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, 0, 0, in gralloc_unlock()