Searched defs:GLConsumer (Results 1 – 6 of 6) sorted by relevance
26 class GLConsumer; variable
32 class GLConsumer; variable
36 class GLConsumer; variable
104 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() function in android::GLConsumer133 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()