Searched refs:mEglColorSpace (Results 1 – 1 of 1) sorted by relevance
66 private int mEglColorSpace = 0; field in TextureViewCtsActivity217 if (eglColorSpace != mEglColorSpace || useHalfFloat != mIsEGLWideGamut) { in initGl()222 mEglColorSpace = eglColorSpace; in initGl()354 if (mEglColorSpace != 0) {356 switch (mEglColorSpace) {379 throw new RuntimeException("Unknown eglColorSpace: " + mEglColorSpace);403 mSurface, (mEglColorSpace == 0) ? null :404 new int[] { EGL_GL_COLORSPACE_KHR, mEglColorSpace, EGL10.EGL_NONE });