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

/frameworks/native/cmds/flatland/
H A DComposers.cpp125 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { argument
149 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { argument
151 glc->getTransformMatrix(texMatrix);
173 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { argument
175 glc->getTransformMatrix(texMatrix);
205 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { argument
209 glc->getTransformMatrix(texMatrix);
244 virtual bool compose(GLuint texName, const sp<GLConsumer>& glc) { argument
248 glc->getTransformMatrix(texMatrix);
H A DGLHelper.cpp205 sp<GLConsumer> glc = new GLConsumer(bq, name, local
207 glc->setDefaultBufferSize(w, h);
208 glc->setDefaultMaxBufferCount(3);
209 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
218 *glConsumer = glc;

Completed in 53 milliseconds