Home
last modified time | relevance | path

Searched refs:EGL_GL_COLORSPACE_KHR (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java71 static final int EGL_GL_COLORSPACE_KHR = 0x309D; field in TextureViewCtsActivity
402 new int[] { EGL_GL_COLORSPACE_KHR, mEglColorSpace, EGL10.EGL_NONE });
/cts/tests/vr/jni/
DVrExtensionsJni.cpp403 attrs[0] = EGL_GL_COLORSPACE_KHR; in configureEglColorspace()
406 attrs[0] = EGL_GL_COLORSPACE_KHR; in configureEglColorspace()
409 attrs[0] = EGL_GL_COLORSPACE_KHR; in configureEglColorspace()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1405 attrib_list[0] = EGL_GL_COLORSPACE_KHR; in SetUpBuffer()