Lines Matching refs:mAllocMod
163 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()
286 mAllocMod->perform(mAllocMod, op, handle, &format); in RkRgaGetHandleAttributes()
288 mAllocMod->perform(mAllocMod, op, handle, &size); in RkRgaGetHandleAttributes()
303 if(!mAllocMod->perform) in RkRgaGetHandleAttributes()
306 mAllocMod->perform(mAllocMod, op, handle, attrs); in RkRgaGetHandleAttributes()
340 if (!mAllocMod) in RkRgaGetHandleMapAddress()
346 if (mAllocMod->lock) in RkRgaGetHandleMapAddress()
347 ret = mAllocMod->lock(mAllocMod, handle, usage, 0, 0, 0, 0, buf); in RkRgaGetHandleMapAddress()