Searched refs:createPlatformGralloc (Results 1 – 6 of 6) sorted by relevance
19 Gralloc* createPlatformGralloc(int) { return nullptr; } in createPlatformGralloc() function
27 Gralloc* createPlatformGralloc(int deviceFd) { in createPlatformGralloc() function
359 Gralloc* createPlatformGralloc(int /*deviceFd*/) { in createPlatformGralloc() function
100 Gralloc* createPlatformGralloc(int deviceFd = -1);
274 con->m_grallocHelper.reset(gfxstream::createPlatformGralloc(con->m_rendernodeFd)); in connect()
247 mGralloc.reset(createPlatformGralloc()); in SetUp()