Home
last modified time | relevance | path

Searched refs:EGL_COLORSPACE (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/
DegluStrUtil.inl130 case EGL_COLORSPACE: return "EGL_COLORSPACE";
DegluStrUtil.cpp139 case EGL_COLORSPACE: in operator <<()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl120 #define EGL_COLORSPACE 0x3087 macro
121 #define EGL_COLORSPACE 0x3087 macro
/external/mesa3d/include/EGL/
Degl.h233 #define EGL_COLORSPACE EGL_VG_COLORSPACE macro
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp84 EGL_COLORSPACE in logCommonSurfaceAttributes()
235 const EGLint colorspace = eglu::querySurfaceInt(egl, display, surface, EGL_COLORSPACE); in checkCommonAttributes()
DteglNegativeApiTests.cpp532 …static const EGLint s_vgLinearColorspacePbufferAttrib[] = { EGL_COLORSPACE, EGL_VG_COLORSPACE_LINE… in init()