Lines Matching refs:CopyBit
68 void CopyBit::reset() { in reset()
73 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) { in canUseCopybitForYUV()
81 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx, in canUseCopybitForRGB()
119 unsigned int CopyBit::getRGBRenderingArea in getRGBRenderingArea()
136 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, in prepare()
210 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) in clear()
229 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, in draw()
291 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
490 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
499 bool CopyBit::validateParams(hwc_context_t *ctx, in validateParams()
513 int CopyBit::allocRenderBuffers(int w, int h, int f) in allocRenderBuffers()
530 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
540 private_handle_t * CopyBit::getCurrentRenderBuffer() { in getCurrentRenderBuffer()
544 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
551 struct copybit_device_t* CopyBit::getCopyBitDevice() { in getCopyBitDevice()
555 CopyBit::CopyBit():mIsModeOn(false), mCopyBitDraw(false), in CopyBit() function in qhwc::CopyBit
576 CopyBit::~CopyBit() in ~CopyBit()