Home
last modified time | relevance | path

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

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