Home
last modified time | relevance | path

Searched refs:eglSurfaceRBColorId (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,
517 GLuint* eglSurfaceRBColorId,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2289 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument
2305 eglSurfaceRBColorId; in initDefaultFBO()
2311 if (!(*eglSurfaceRBColorId)) { in initDefaultFBO()
2312 dispatcher().glGenRenderbuffers(1, eglSurfaceRBColorId); in initDefaultFBO()
2343 *eglSurfaceRBColorId, *eglSurfaceRBDepthId); in initDefaultFBO()
2354 m_defaultFboRBColor != *eglSurfaceRBColorId || m_defaultFboRBDepth != *eglSurfaceRBDepthId; in initDefaultFBO()
2364 …amebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *eglSurfaceRBColorId); in initDefaultFBO()
2368 m_defaultFboRBColor = *eglSurfaceRBColorId; in initDefaultFBO()
/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()