Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android/
DGrallocStub.cpp19 Gralloc* createPlatformGralloc(int) { return nullptr; } in createPlatformGralloc() function
DGralloc.cpp27 Gralloc* createPlatformGralloc(int deviceFd) { in createPlatformGralloc() function
DGrallocEmulated.cpp359 Gralloc* createPlatformGralloc(int /*deviceFd*/) { in createPlatformGralloc() function
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h100 Gralloc* createPlatformGralloc(int deviceFd = -1);
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DHostConnection.cpp274 con->m_grallocHelper.reset(gfxstream::createPlatformGralloc(con->m_rendernodeFd)); in connect()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp247 mGralloc.reset(createPlatformGralloc()); in SetUp()