Lines Matching refs:RockchipRga
95 ANDROID_SINGLETON_STATIC_INSTANCE(RockchipRga) in ANDROID_SINGLETON_STATIC_INSTANCE() argument
97 RGA_SINGLETON_STATIC_INSTANCE(RockchipRga) in ANDROID_SINGLETON_STATIC_INSTANCE()
100 RockchipRga::RockchipRga(): in ANDROID_SINGLETON_STATIC_INSTANCE()
113 RockchipRga::~RockchipRga() { in ~RockchipRga()
117 int RockchipRga::RkRgaInit() { in RkRgaInit()
132 void RockchipRga::RkRgaDeInit() { in RkRgaDeInit()
139 void RockchipRga::RkRgaGetContext(void **ctx) { in RkRgaGetContext()
144 int RockchipRga::RkRgaAllocBuffer(int drm_fd, bo_t *bo_info, int width, in RkRgaAllocBuffer()
168 int RockchipRga::RkRgaFreeBuffer(int drm_fd, bo_t *bo_info) { in RkRgaFreeBuffer()
187 …int RockchipRga::RkRgaGetAllocBufferExt(bo_t *bo_info, int width, int height, int bpp, int flags) { in RkRgaGetAllocBufferExt()
211 int RockchipRga::RkRgaGetAllocBuffer(bo_t *bo_info, int width, int height, int bpp) { in RkRgaGetAllocBuffer()
215 int RockchipRga::RkRgaGetAllocBufferCache(bo_t *bo_info, int width, int height, int bpp) { in RkRgaGetAllocBufferCache()
219 int RockchipRga::RkRgaGetMmap(bo_t *bo_info) { in RkRgaGetMmap()
236 int RockchipRga::RkRgaUnmap(bo_t *bo_info) { in RkRgaUnmap()
242 int RockchipRga::RkRgaFree(bo_t *bo_info) { in RkRgaFree()
252 int RockchipRga::RkRgaGetBufferFd(bo_t *bo_info, int *fd) { in RkRgaGetBufferFd()
260 int RockchipRga::RkRgaGetBufferFd(buffer_handle_t handle, int *fd) { in RkRgaGetBufferFd()
266 int RockchipRga::RkRgaGetHandleMapCpuAddress(buffer_handle_t handle, void **buf) { in RkRgaGetHandleMapCpuAddress()
273 int RockchipRga::RkRgaBlit(rga_info *src, rga_info *dst, rga_info *src1) { in RkRgaBlit()
285 int RockchipRga::RkRgaFlush() { in RkRgaFlush()
294 int RockchipRga::RkRgaCollorFill(rga_info *dst) { in RkRgaCollorFill()
300 int RockchipRga::RkRgaCollorPalette(rga_info *src, rga_info *dst, rga_info *lut) { in RkRgaCollorPalette()
311 int RockchipRga::RkRgaLogOutUserPara(rga_info *rgaInfo) { in RkRgaLogOutUserPara()