Searched refs:mEglColorSpace (Results 1 – 1 of 1) sorted by relevance
65 private int mEglColorSpace = 0; field in TextureViewCtsActivity216 if (eglColorSpace != mEglColorSpace || useHalfFloat != mIsEGLWideGamut) { in initGl()221 mEglColorSpace = eglColorSpace; in initGl()352 if (mEglColorSpace != 0) {354 switch (mEglColorSpace) {377 throw new RuntimeException("Unknown eglColorSpace: " + mEglColorSpace);401 mSurface, (mEglColorSpace == 0) ? null :402 new int[] { EGL_GL_COLORSPACE_KHR, mEglColorSpace, EGL10.EGL_NONE });