Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp75 mGLColorspace(EGL_GL_COLORSPACE_LINEAR), in Surface()
115 mGLColorspace = in Surface()
187 if (!gl::ColorspaceFormatOverride(mGLColorspace, &overrideRenderTargetFormat)) in initialize()
230 mGLColorspace = EGL_GL_COLORSPACE_LINEAR; in initialize()
233 mGLColorspace = EGL_GL_COLORSPACE_SRGB; in initialize()
449 return mGLColorspace; in getGLColorspace()
DSurface.h234 EGLenum mGLColorspace; variable