Home
last modified time | relevance | path

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

/frameworks/rs/
DrsGrallocConsumer.cpp33 GrallocConsumer::GrallocConsumer(Allocation *a, const sp<IGraphicBufferConsumer>& bq, int flags) : in GrallocConsumer() argument
34 ConsumerBase(bq, true) in GrallocConsumer()
50 bq->setDefaultBufferFormat(a->mHal.state.yuv); in GrallocConsumer()
DrsGrallocConsumer.h47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags);
/frameworks/native/include/gui/
DGLConsumer.h85 GLConsumer(const sp<IGraphicBufferConsumer>& bq,
89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
DCpuConsumer.h73 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
/frameworks/native/libs/gui/
DCpuConsumer.cpp33 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq, in CpuConsumer() argument
35 ConsumerBase(bq, controlledByApp), in CpuConsumer()
DGLConsumer.cpp119 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() argument
121 ConsumerBase(bq, isControlledByApp), in GLConsumer()
146 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, in GLConsumer() argument
148 ConsumerBase(bq, isControlledByApp), in GLConsumer()