Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderLibImpl.cpp108 void RenderLibImpl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation() function in gfxstream::RenderLibImpl
109 emugl::setGrallocImplementation(gralloc); in setGrallocImplementation()
DRenderLibImpl.h55 virtual void setGrallocImplementation(GrallocImplementation gralloc) override;
/hardware/google/gfxstream/host/gl/gl-host-common/include/host-common/opengl/
Dmisc.h57 EMUGL_COMMON_API void setGrallocImplementation(
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
Dmisc.cpp78 void emugl::setGrallocImplementation(GrallocImplementation gralloc) { in setGrallocImplementation() function in emugl
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h95 virtual void setGrallocImplementation(GrallocImplementation gralloc) = 0;