Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DTextureRenderer.h26 class GLConsumer; variable
DSurfaceTextureGL.h31 class GLConsumer; variable
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.h36 class GLConsumer; variable
/frameworks/native/libs/gui/
DGLConsumer.cpp105 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() function in android::GLConsumer
134 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, in GLConsumer() function in android::GLConsumer
/frameworks/native/cmds/flatland/
DComposers.cpp125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose()