Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h46 static void setConsumer(ConsumerInterface);
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp88 void setConsumer(ConsumerInterface iface) { in setConsumer() function in android::emulation::asg::Globals
566 void AddressSpaceGraphicsContext::setConsumer( in setConsumer() function in android::emulation::asg::AddressSpaceGraphicsContext
568 sGlobals()->setConsumer(iface); in setConsumer()
Daddress_space_graphics_unittests.cpp599 AddressSpaceGraphicsContext::setConsumer(interface); in SetUp()
/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp242 AddressSpaceGraphicsContext::setConsumer(iface); in android_startOpenglesRenderer()