Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DSurface.cpp56 mGLColorspace(EGL_GL_COLORSPACE_LINEAR), in Surface()
89 mGLColorspace = in Surface()
159 if (!gl::ColorspaceFormatOverride(mGLColorspace, &overrideRenderTargetFormat)) in initialize()
195 mGLColorspace = EGL_GL_COLORSPACE_LINEAR; in initialize()
198 mGLColorspace = EGL_GL_COLORSPACE_SRGB; in initialize()
400 return mGLColorspace; in getGLColorspace()
DSurface.h198 EGLenum mGLColorspace; variable