Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.h88 return mCmds ? mCmds->command_count : 0; in getCommandCount()
93 memcpy(regs, mCmds->commands, sizeof(*regs) * mCmds->command_count); in write()
94 return mCmds->command_count; in write()
/hardware/google/graphics/common/libacryl/hdrplugin_headers/hardware/exynos/
Dg2d_hdr_plugin.h28 unsigned int command_count; member