Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h96 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
DGLESv2Context.cpp115 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
120 width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h330 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
335 GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
515 GLint colorFormat, GLint depthstencilFormat,
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h57 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
DGLEScmContext.cpp87 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
92 width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2262 GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initEmulatedEGLSurface() argument
2277 …().glRenderbufferStorageMultisample(GL_RENDERBUFFER, multisamples, depthstencilFormat, width, heig… in initEmulatedEGLSurface()
2283 dispatcher().glRenderbufferStorage(GL_RENDERBUFFER, depthstencilFormat, width, height); in initEmulatedEGLSurface()
2288 GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples, in initDefaultFBO() argument
2342 initEmulatedEGLSurface(width, height, colorFormat, depthstencilFormat, multisamples, in initDefaultFBO()