Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/gui/
H A DGLConsumer.cpp105 GLConsumer::GLConsumer(uint32_t tex, uint32_t texTarget, bool useFenceSync, bool isControlledByApp) in GLConsumer() function in android::GLConsumer
132 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t tex, in GLConsumer() function in android::GLConsumer
162 GLConsumer::GLConsumer(uint32_t texTarget, bool useFenceSync, bool isControlledByApp) in GLConsumer() function in android::GLConsumer
189 GLConsumer::GLConsumer(const sp<IGraphicBufferConsumer>& bq, uint32_t texTarget, bool useFenceSync, in GLConsumer() function in android::GLConsumer
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DTextureRenderer.h26 class GLConsumer; variable
H A DSurfaceTextureGL.h32 class GLConsumer; variable
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/
H A DEglSurfaceTexture.h35 class GLConsumer; variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h36 class GLConsumer; variable
/aosp_15_r20/frameworks/native/cmds/flatland/
H A DComposers.cpp125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose()