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()
205 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) in clear()
224 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, in draw()
287 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
486 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
495 bool CopyBit::validateParams(hwc_context_t *ctx, in validateParams()
509 int CopyBit::allocRenderBuffers(int w, int h, int f) in allocRenderBuffers()
526 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
536 private_handle_t * CopyBit::getCurrentRenderBuffer() { in getCurrentRenderBuffer()
540 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
547 struct copybit_device_t* CopyBit::getCopyBitDevice() { in getCopyBitDevice()
551 CopyBit::CopyBit():mIsModeOn(false), mCopyBitDraw(false), in CopyBit() function in qhwc::CopyBit
572 CopyBit::~CopyBit() in ~CopyBit()