Searched refs:mColorSpace (Results 1 – 2 of 2) sorted by relevance
17 : mBuffer(buffer), mFormat(GL_NONE), mYUV(false), mColorSpace(EGL_GL_COLORSPACE_LINEAR_KHR) in NativeBufferImageSiblingAndroid()21 mColorSpace = attribs.getAsInt(EGL_GL_COLORSPACE_KHR); in NativeBufferImageSiblingAndroid()84 if (mColorSpace != EGL_GL_COLORSPACE_LINEAR_KHR) in getImageCreationAttributes()87 outAttributes->push_back(mColorSpace); in getImageCreationAttributes()
45 GLint mColorSpace; variable