/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 269 { 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()
|
D | teglChooseConfigReference.cpp | 198 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>, in compareTo() 259 …rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER);… in initAttribRules()
|
D | teglConfigList.cpp | 154 egl.getConfigAttrib(display, configs[i], EGL_SAMPLES, &val); in iterate()
|
D | teglSwapBuffersTests.cpp | 287 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in executeForConfig()
|
D | teglQueryConfigTests.cpp | 579 { EGL_SAMPLES, "samples" }, in init()
|
D | teglRenderTests.cpp | 707 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()
|
D | teglMultiThreadTests.cpp | 517 case EGL_SAMPLES: return "EGL_SAMPLES"; in configAttributeToString() 679 EGL_SAMPLES, in runThread()
|
D | teglNativeColorMappingTests.cpp | 317 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in logConfigInfo()
|
D | teglNativeCoordMappingTests.cpp | 358 … << "EGL_SAMPLES: " << eglu::getConfigAttribInt(egl, display, config, EGL_SAMPLES) << TestLog::E… in logConfigInfo()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 62 case EGL_SAMPLES: return samples; in getAttribute() 99 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples); in queryConfigInfo()
|
D | egluConfigFilter.cpp | 68 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); } in samples()
|
D | egluStrUtil.inl | 100 case EGL_SAMPLES: return "EGL_SAMPLES";
|
D | egluStrUtil.cpp | 74 case EGL_SAMPLES: in operator <<()
|
D | egluGLUtil.cpp | 206 { &glu::RenderConfig::numSamples, EGL_SAMPLES }, in configMatches()
|
D | egluGLContextFactory.cpp | 422 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_SAMPLES, &numSamples); in create()
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 441 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES; in create_ANGLE() 504 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount); in attachANGLE()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.h | 111 ATTRIB_MAP(EGL_SAMPLES, Samples); in _eglOffsetOfConfig()
|
D | eglconfig.c | 219 { EGL_SAMPLES, ATTRIB_TYPE_INTEGER, 580 EGL_SAMPLES, in _eglCompareConfigs()
|
/external/skia/platform_tools/android/app/src/com/skia/ |
D | SkiaSampleView.java | 224 EGL10.EGL_SAMPLES, mRequestedMSAASampleCount, in chooseConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 112 #define EGL_SAMPLES 0x3031 macro
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 78 #define EGL_SAMPLES 0x3031 macro
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 205 { GLX_SAMPLES, EGL_SAMPLES }, 354 { GLX_SAMPLES, EGL_SAMPLES },
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 65 EGL_SAMPLES, /* __DRI_ATTRIB_SAMPLES */
|