Lines Matching refs:CopyBit
69 void CopyBit::reset() { in reset()
74 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) { in canUseCopybitForYUV()
82 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx, in canUseCopybitForRGB()
112 unsigned int CopyBit::getRGBRenderingArea in getRGBRenderingArea()
131 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list, in prepare()
225 int CopyBit::clear (private_handle_t* hnd, hwc_rect_t& rect) in clear()
244 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, in draw()
309 int CopyBit::drawLayerUsingCopybit(hwc_context_t *dev, hwc_layer_1_t *layer, in drawLayerUsingCopybit()
538 void CopyBit::getLayerResolution(const hwc_layer_1_t* layer, in getLayerResolution()
547 bool CopyBit::validateParams(hwc_context_t *ctx, in validateParams()
561 int CopyBit::allocRenderBuffers(int w, int h, int f) in allocRenderBuffers()
578 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
588 private_handle_t * CopyBit::getCurrentRenderBuffer() { in getCurrentRenderBuffer()
592 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
599 struct copybit_device_t* CopyBit::getCopyBitDevice() { in getCopyBitDevice()
603 CopyBit::CopyBit():mIsModeOn(false), mCopyBitDraw(false), in CopyBit() function in qhwc::CopyBit
624 CopyBit::~CopyBit() in ~CopyBit()