Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluStrUtil.inl131 case EGL_COLORSPACE: return "EGL_COLORSPACE";
DegluStrUtil.cpp139 case EGL_COLORSPACE: in operator <<()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl121 #define EGL_COLORSPACE 0x3087 macro
122 #define EGL_COLORSPACE 0x3087 macro
DeglwEnumsC.inl121 #define EGL_COLORSPACE 0x3087 macro
122 #define EGL_COLORSPACE 0x3087 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h234 #define EGL_COLORSPACE EGL_VG_COLORSPACE macro
/external/mesa3d/include/EGL/
Degl.h180 #define EGL_COLORSPACE 0x3087 macro
/external/swiftshader/include/EGL/
Degl.h180 #define EGL_COLORSPACE 0x3087 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.cpp556 …static const EGLint s_vgLinearColorspacePbufferAttrib[] = { EGL_COLORSPACE, EGL_VG_COLORSPACE_LINE… in init()