Searched refs:eglSurfaceRBColorId (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, 517 GLuint* eglSurfaceRBColorId,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 2289 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/ |
D | GLEScmContext.h | 58 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId,
|
D | GLEScmContext.cpp | 88 GLuint* eglSurfaceRBColorId, GLuint* eglSurfaceRBDepthId, in initDefaultFBO() argument 93 eglSurfaceRBColorId, eglSurfaceRBDepthId, in initDefaultFBO()
|