Home
last modified time | relevance | path

Searched refs:getOnLastColorBufferRef (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/include/render-utils/
DRenderLib.h113 virtual OnLastColorBufferRef getOnLastColorBufferRef() = 0;
/hardware/google/gfxstream/host/
DRenderLibImpl.h65 OnLastColorBufferRef getOnLastColorBufferRef() override;
DRenderLibImpl.cpp147 OnLastColorBufferRef RenderLibImpl::getOnLastColorBufferRef() { in getOnLastColorBufferRef() function in gfxstream::RenderLibImpl
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp191 sRenderLib->getOnLastColorBufferRef()); in android_startOpenglesRenderer()