Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp77 mVGColorspace(EGL_VG_COLORSPACE_sRGB), in Surface()
119 mVGColorspace = static_cast<EGLenum>(attributes.get(EGL_VG_COLORSPACE, EGL_VG_COLORSPACE_sRGB)); in Surface()
459 return mVGColorspace; in getVGColorspace()
DSurface.h236 EGLenum mVGColorspace; variable