Home
last modified time | relevance | path

Searched refs:mGLColorspace (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DSurface.cpp70 mGLColorspace(EGL_GL_COLORSPACE_LINEAR), in Surface()
109 mGLColorspace = in Surface()
181 if (!gl::ColorspaceFormatOverride(mGLColorspace, &overrideRenderTargetFormat)) in initialize()
224 mGLColorspace = EGL_GL_COLORSPACE_LINEAR; in initialize()
227 mGLColorspace = EGL_GL_COLORSPACE_SRGB; in initialize()
438 return mGLColorspace; in getGLColorspace()
DSurface.h222 EGLenum mGLColorspace; variable