Searched defs:GLConsumer (Results 1 – 5 of 5) sorted by relevance
26 class GLConsumer; variable
31 class GLConsumer; variable
36 class GLConsumer; variable
105 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() function in android::GLConsumer134 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, in GLConsumer() function in android::GLConsumer
125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose()