Searched defs:GLConsumer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/gui/
H A DGLConsumer.h40 * GLConsumer consumes buffers of graphics data from a BufferQueue,
43 * A typical usage pattern is to set up the GLConsumer with the
54 class GLConsumer : public ConsumerBase { class in namespace:android
60 // GLConsumer constructs a new GLConsumer object. tex indicates the
70 // For legacy reasons, the GLConsumer is created in a state where it is
78 // A GLConsumer may be detached from one OpenGL ES context and then
81 // purely to allow a GLConsumer to be transferred from one consumer
84 GLConsumer(const sp<IGraphicBufferConsumer>& bq,
127 // a GLConsumer t
[all...]

Completed in 73 milliseconds