Home
last modified time | relevance | path

Searched refs:EGL_MULTISAMPLE_RESOLVE_DEFAULT (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglsurface.c331 surf->MultisampleResolve = EGL_MULTISAMPLE_RESOLVE_DEFAULT; in _eglInitSurface()
442 case EGL_MULTISAMPLE_RESOLVE_DEFAULT: in _eglSurfaceAttrib()
/external/deqp/framework/egl/
DegluStrUtil.inl180 case EGL_MULTISAMPLE_RESOLVE_DEFAULT: return "EGL_MULTISAMPLE_RESOLVE_DEFAULT";
/external/mesa3d/include/EGL/
Degl.h217 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A /* EGL_MULTISAMPLE_RESOLVE value */ macro
/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp186 …if (multisampleResolve != EGL_MULTISAMPLE_RESOLVE_DEFAULT && multisampleResolve != EGL_MULTISAMPLE… in checkCommonAttributes()
526 if (value != EGL_MULTISAMPLE_RESOLVE_DEFAULT) in testAttributes()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl149 #define EGL_MULTISAMPLE_RESOLVE_DEFAULT 0x309A macro