Searched refs:eglReadSurfaceRBColorId (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 99 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) override;
|
D | GLESv2Context.cpp | 118 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) { in initDefaultFBO() argument 123 eglReadSurfaceRBColorId, eglReadSurfaceRBDepthId in initDefaultFBO()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2291 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/ |
D | GLEScmContext.h | 60 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) override;
|
D | GLEScmContext.cpp | 90 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId) { in initDefaultFBO() argument 95 eglReadSurfaceRBColorId, eglReadSurfaceRBDepthId in initDefaultFBO()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 333 GLuint* eglReadSurfaceRBColorId, GLuint* eglReadSurfaceRBDepthId);
|