Home
last modified time | relevance | path

Searched refs:eglReadSurfaceRBColorId (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h99 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) override;
DGLESv2Context.cpp118 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) { in initDefaultFBO() argument
123 eglReadSurfaceRBColorId, eglReadSurfaceRBDepthId in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2291 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) { in initDefaultFBO() argument
2304 eglReadSurfaceRBColorId != in initDefaultFBO()
2317 if (!(*eglReadSurfaceRBColorId) && separateReadRbo) { in initDefaultFBO()
2318 dispatcher().glGenRenderbuffers(1, eglReadSurfaceRBColorId); in initDefaultFBO()
2349 *eglReadSurfaceRBColorId, *eglReadSurfaceRBDepthId); in initDefaultFBO()
2356 separateReadRbo && (m_defaultReadFboRBColor != *eglReadSurfaceRBColorId || in initDefaultFBO()
2380 …Renderbuffer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *eglReadSurfaceRBColorId); in initDefaultFBO()
2383 m_defaultReadFboRBColor = *eglReadSurfaceRBColorId; in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h60 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) override;
DGLEScmContext.cpp90 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) { in initDefaultFBO() argument
95 eglReadSurfaceRBColorId, eglReadSurfaceRBDepthId in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h333 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId);