Home
last modified time | relevance | path

Searched refs:CopyBit (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp68 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()
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()
555 CopyBit::CopyBit():mIsModeOn(false), mCopyBitDraw(false), in CopyBit() function in qhwc::CopyBit
[all …]
H A Dhwc_copybit.h28 class CopyBit {
30 CopyBit();
31 ~CopyBit();
H A Dhwc_utils.h62 class CopyBit; variable
305 qhwc::CopyBit *mCopyBit[MAX_DISPLAYS];
H A Dhwc_uevents.cpp142 ctx->mCopyBit[dpy] = new CopyBit(); in handle_uevent()
H A Dhwc_utils.cpp223 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(); in initContext()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp72 void CopyBit::reset() { in reset()
115 unsigned int CopyBit::getRGBRenderingArea in getRGBRenderingArea()
1064 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
1083 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
1089 void CopyBit::setReleaseFdSync(int fd) { in setReleaseFdSync()
1105 CopyBit::CopyBit(hwc_context_t *ctx, const int& dpy) : mEngine(0), in CopyBit() function in qhwc::CopyBit
1136 CopyBit::~CopyBit() in ~CopyBit()
1145 CopyBit::LayerCache::LayerCache() { in LayerCache()
1148 void CopyBit::LayerCache::reset() { in reset()
1161 CopyBit::FbCache::FbCache() { in FbCache()
[all …]
H A Dhwc_copybit.h33 class CopyBit {
35 CopyBit(hwc_context_t *ctx, const int& dpy);
36 ~CopyBit();
H A Dhwc_utils.h66 class CopyBit; variable
534 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_mdpcomp.cpp176 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in init()
H A Dhwc_utils.cpp217 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp72 void CopyBit::reset() { in reset()
186 int CopyBit::checkDirtyRect(hwc_context_t *ctx, in checkDirtyRect()
1117 void CopyBit::freeRenderBuffers() in freeRenderBuffers()
1136 void CopyBit::setReleaseFd(int fd) { in setReleaseFd()
1142 void CopyBit::setReleaseFdSync(int fd) { in setReleaseFdSync()
1158 CopyBit::CopyBit(hwc_context_t *ctx, const int& dpy) : mEngine(0), in CopyBit() function in qhwc::CopyBit
1189 CopyBit::~CopyBit() in ~CopyBit()
1198 CopyBit::LayerCache::LayerCache() { in LayerCache()
1201 void CopyBit::LayerCache::reset() { in reset()
1214 CopyBit::FbCache::FbCache() { in FbCache()
[all …]
H A Dhwc_copybit.h33 class CopyBit {
35 CopyBit(hwc_context_t *ctx, const int& dpy);
36 ~CopyBit();
H A Dhwc_utils.h72 class CopyBit; variable
609 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_mdpcomp.cpp188 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in init()
H A Dhwc_utils.cpp326 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp72 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()
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()
717 CopyBit::CopyBit(hwc_context_t *ctx, const int& dpy) : mIsModeOn(false), in CopyBit() function in qhwc::CopyBit
[all …]
H A Dhwc_copybit.h33 class CopyBit {
35 CopyBit(hwc_context_t *ctx, const int& dpy);
36 ~CopyBit();
H A Dhwc_utils.h65 class CopyBit; variable
501 qhwc::CopyBit *mCopyBit[HWC_NUM_DISPLAY_TYPES];
H A Dhwc_utils.cpp210 ctx->mCopyBit[HWC_DISPLAY_PRIMARY] = new CopyBit(ctx, in initContext()