Searched refs:depthstencilFormat (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Context.h | 96 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
|
D | GLESv2Context.cpp | 115 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/ |
D | GLEScontext.h | 330 … 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/ |
D | GLEScmContext.h | 57 … GLint width, GLint height, GLint colorFormat, GLint depthstencilFormat, GLint multisamples,
|
D | GLEScmContext.cpp | 87 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/ |
D | GLEScontext.cpp | 2262 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()
|