Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/core/
H A DGrallocOps.cpp163 gralloc_module_t const *mAllocMod = NULL; variable
174 if (mAllocMod) in RkInitAllocModle()
180 mAllocMod = reinterpret_cast<gralloc_module_t const *>(allocMod); in RkInitAllocModle()
232 if (!mAllocMod) in RkRgaGetHandleFd()
241 if (mAllocMod->perform) { in RkRgaGetHandleFd()
242 mAllocMod->perform(mAllocMod, GRALLOC_MODULE_PERFORM_GET_HADNLE_PRIME_FD, handle, fd); in RkRgaGetHandleFd()
270 if (!mAllocMod) in RkRgaGetHandleAttributes()
280 mAllocMod->perform(mAllocMod, op, handle, &w); in RkRgaGetHandleAttributes()
282 mAllocMod->perform(mAllocMod, op, handle, &h); in RkRgaGetHandleAttributes()
284 mAllocMod->perform(mAllocMod, op, handle, &pixel_stride); in RkRgaGetHandleAttributes()
[all …]