Lines Matching refs:CopyBit
72 void CopyBit::reset() { in reset()
77 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) { in canUseCopybitForYUV()
85 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx, in canUseCopybitForRGB()
115 unsigned int CopyBit::getRGBRenderingArea in getRGBRenderingArea()
134 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, in prepare()
247 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) in clear()
266 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, in draw()
352 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
609 int CopyBit::fillColorUsingCopybit(hwc_layer_1_t *layer, in fillColorUsingCopybit()
648 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
657 bool CopyBit::validateParams(hwc_context_t *ctx, in validateParams()
671 int CopyBit::allocRenderBuffers(int w, int h, int f) in allocRenderBuffers()
688 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
703 private_handle_t * CopyBit::getCurrentRenderBuffer() { in getCurrentRenderBuffer()
707 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
713 struct copybit_device_t* CopyBit::getCopyBitDevice() { in getCopyBitDevice()
717 CopyBit::CopyBit(hwc_context_t *ctx, const int& dpy) : mIsModeOn(false), in CopyBit() function in qhwc::CopyBit
745 CopyBit::~CopyBit() in ~CopyBit()