Searched refs:bq (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/ |
D | rsGrallocConsumer.cpp | 33 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()
|
D | rsGrallocConsumer.h | 47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq, int flags);
|
/frameworks/native/include/gui/ |
D | GLConsumer.h | 85 GLConsumer(const sp<IGraphicBufferConsumer>& bq, 89 GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texureTarget,
|
D | CpuConsumer.h | 73 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
|
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 33 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq, in CpuConsumer() argument 35 ConsumerBase(bq, controlledByApp), in CpuConsumer()
|
D | GLConsumer.cpp | 119 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()
|