Home
last modified time | relevance | path

Searched refs:EGL_SAMPLES (Results 1 – 23 of 23) sorted by relevance

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp269 { EGL_SAMPLES, 0 }, in getValue()
439 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
526 { EGL_SAMPLES, "samples" }, in init()
596 EGL_SAMPLES in init()
624 EGL_SAMPLES, in init()
DteglChooseConfigReference.cpp198 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>, in compareTo()
259 …rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER);… in initAttribRules()
DteglConfigList.cpp154 egl.getConfigAttrib(display, configs[i], EGL_SAMPLES, &val); in iterate()
DteglSwapBuffersTests.cpp287 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in executeForConfig()
DteglQueryConfigTests.cpp579 { EGL_SAMPLES, "samples" }, in init()
DteglRenderTests.cpp707 const int numSamples = eglu::getConfigAttribInt(egl, display, config.config, EGL_SAMPLES); in executeForContexts()
910 const int numSamples = eglu::getConfigAttribInt(egl, display, config.config, EGL_SAMPLES); in executeForContexts()
DteglMultiThreadTests.cpp517 case EGL_SAMPLES: return "EGL_SAMPLES"; in configAttributeToString()
679 EGL_SAMPLES, in runThread()
DteglNativeColorMappingTests.cpp317 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in logConfigInfo()
DteglNativeCoordMappingTests.cpp358 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in logConfigInfo()
/external/deqp/framework/egl/
DegluConfigInfo.cpp62 case EGL_SAMPLES: return samples; in getAttribute()
99 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples); in queryConfigInfo()
DegluConfigFilter.cpp68 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); } in samples()
DegluStrUtil.inl100 case EGL_SAMPLES: return "EGL_SAMPLES";
DegluStrUtil.cpp74 case EGL_SAMPLES: in operator <<()
DegluGLUtil.cpp206 { &glu::RenderConfig::numSamples, EGL_SAMPLES }, in configMatches()
DegluGLContextFactory.cpp422 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_SAMPLES, &numSamples); in create()
/external/skia/src/views/win/
DSkOSWindow_win.cpp441 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES; in create_ANGLE()
504 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount); in attachANGLE()
/external/mesa3d/src/egl/main/
Deglconfig.h111 ATTRIB_MAP(EGL_SAMPLES, Samples); in _eglOffsetOfConfig()
Deglconfig.c219 { EGL_SAMPLES, ATTRIB_TYPE_INTEGER,
580 EGL_SAMPLES, in _eglCompareConfigs()
/external/skia/platform_tools/android/app/src/com/skia/
DSkiaSampleView.java224 EGL10.EGL_SAMPLES, mRequestedMSAASampleCount, in chooseConfig()
/external/mesa3d/include/EGL/
Degl.h112 #define EGL_SAMPLES 0x3031 macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl78 #define EGL_SAMPLES 0x3031 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c205 { GLX_SAMPLES, EGL_SAMPLES },
354 { GLX_SAMPLES, EGL_SAMPLES },
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c65 EGL_SAMPLES, /* __DRI_ATTRIB_SAMPLES */