Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h97 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
DGLESv2Context.cpp116 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument
121 eglSurfaceRBColorId, eglSurfaceRBDepthId, in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h331 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
518 GLuint* eglSurfaceRBDepthId);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h58 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
DGLEScmContext.cpp88 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument
93 eglSurfaceRBColorId, eglSurfaceRBDepthId, in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2289 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument
2313 dispatcher().glGenRenderbuffers(1, eglSurfaceRBDepthId); in initDefaultFBO()
2343 *eglSurfaceRBColorId, *eglSurfaceRBDepthId); in initDefaultFBO()
2354 m_defaultFboRBColor != *eglSurfaceRBColorId || m_defaultFboRBDepth != *eglSurfaceRBDepthId; in initDefaultFBO()
2365 …ramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, *eglSurfaceRBDepthId); in initDefaultFBO()
2366 …mebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_RENDERBUFFER, *eglSurfaceRBDepthId); in initDefaultFBO()
2369 m_defaultFboRBDepth = *eglSurfaceRBDepthId; in initDefaultFBO()