Home
last modified time | relevance | path

Searched refs:EGL_MULTISAMPLE_RESOLVE_BOX_BIT (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglQuerySurfaceTests.cpp192 if (multisampleResolve == EGL_MULTISAMPLE_RESOLVE_BOX && !(info.surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in checkCommonAttributes()
533 if (info.renderableType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT) in testAttributes()
H A DteglNegativeApiTests.cpp1240 // Create pbuffer surface without EGL_MULTISAMPLE_RESOLVE_BOX_BIT. in init()
1244 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_MULTISAMPLE_RESOLVE_BOX_BIT>)) in init()
1253 log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if attribute is EGL_MULTISAMPLE_RESOLVE, value is EGL_MULTISAMPLE_RESOLVE_BOX, and the EGL_SURFACE_TYPE attribute of the EGLConfig used to create surface does not contain EGL_MULTISAMPLE_RESOLVE_BOX_BIT"); in init()
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h228 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp186 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT | EGL_MULTISAMPLE_RESOLVE_BOX_BIT; in Config()
H A DlibEGL.cpp677 if(!(eglSurface->getSurfaceType() & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in SurfaceAttrib()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h228 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 macro
/third_party/EGL/api/EGL/
H A Degl.h252 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 macro
/third_party/mesa3d/include/EGL/
H A Degl.h252 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 macro
/third_party/mesa3d/src/egl/main/
H A Deglsurface.c655 if (!(confval & EGL_MULTISAMPLE_RESOLVE_BOX_BIT)) in _eglSurfaceAttrib()
H A Deglconfig.c342 EGL_MULTISAMPLE_RESOLVE_BOX_BIT | in _eglValidateConfig()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp494 if (surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT) in TEST_P()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h252 #define EGL_MULTISAMPLE_RESOLVE_BOX_BIT 0x0200 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp5150 if ((surface->getConfig()->surfaceType & EGL_MULTISAMPLE_RESOLVE_BOX_BIT) == 0) in ValidateSurfaceAttrib()

Completed in 26 milliseconds