Searched refs:eglSurfaceRBDepthId (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 97 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
|
D | GLESv2Context.cpp | 116 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument 121 eglSurfaceRBColorId, eglSurfaceRBDepthId, in initDefaultFBO()
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLEScontext.h | 331 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, 518 GLuint* eglSurfaceRBDepthId);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.h | 58 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
|
D | GLEScmContext.cpp | 88 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument 93 eglSurfaceRBColorId, eglSurfaceRBDepthId, in initDefaultFBO()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2289 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()
|