Home
last modified time | relevance | path

Searched refs:EGL_MULTISAMPLE_RESOLVE (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/egl/
DteglQuerySurfaceTests.cpp79 EGL_MULTISAMPLE_RESOLVE, in logCommonSurfaceAttributes()
184 … EGLint multisampleResolve = eglu::querySurfaceInt(egl, display, surface, EGL_MULTISAMPLE_RESOLVE); in checkCommonAttributes()
522 const EGLint value = eglu::querySurfaceInt(egl, display, surface, EGL_MULTISAMPLE_RESOLVE); in testAttributes()
524 logSurfaceAttribute(log, EGL_MULTISAMPLE_RESOLVE, value); in testAttributes()
529 << eglu::getSurfaceAttribValueStr(EGL_MULTISAMPLE_RESOLVE, value) << TestLog::EndMessage; in testAttributes()
537 egl.surfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BOX); in testAttributes()
539 …if (eglu::querySurfaceInt(egl, display, surface, EGL_MULTISAMPLE_RESOLVE) != EGL_MULTISAMPLE_RESOL… in testAttributes()
DteglNegativeApiTests.cpp1257 …expectFalse(eglSurfaceAttrib(display, surface, EGL_MULTISAMPLE_RESOLVE, EGL_MULTISAMPLE_RESOLVE_BO… in init()
/external/mesa3d/src/egl/main/
Deglsurface.c372 case EGL_MULTISAMPLE_RESOLVE: in _eglQuerySurface()
436 case EGL_MULTISAMPLE_RESOLVE: in _eglSurfaceAttrib()
/external/deqp/framework/egl/
DegluStrUtil.inl124 case EGL_MULTISAMPLE_RESOLVE: return "EGL_MULTISAMPLE_RESOLVE";
DegluStrUtil.cpp121 case EGL_MULTISAMPLE_RESOLVE: in operator <<()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h182 #define EGL_MULTISAMPLE_RESOLVE 0x3099 macro
/external/mesa3d/include/EGL/
Degl.h229 #define EGL_MULTISAMPLE_RESOLVE 0x3099 macro
/external/swiftshader/include/EGL/
Degl.h229 #define EGL_MULTISAMPLE_RESOLVE 0x3099 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl151 #define EGL_MULTISAMPLE_RESOLVE 0x3099 macro
DeglwEnumsC.inl151 #define EGL_MULTISAMPLE_RESOLVE 0x3099 macro
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp496 case EGL_MULTISAMPLE_RESOLVE: in QuerySurface()
631 case EGL_MULTISAMPLE_RESOLVE: in SurfaceAttrib()