/third_party/flutter/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 84 EGL_SAMPLES, eglSampleCnt, in onInitializeContext() 117 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount); in onInitializeContext()
|
/third_party/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 84 EGL_SAMPLES, eglSampleCnt, in onInitializeContext() 117 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount); in onInitializeContext()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglChooseConfigTests.cpp | 271 { EGL_SAMPLES, 0 }, in getValue() 441 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 564 { EGL_SAMPLES, "samples" }, in init() 634 EGL_SAMPLES in init() 662 EGL_SAMPLES, in init()
|
D | teglChooseConfigReference.cpp | 252 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>, in compareTo() 311 …rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER);… in getDefaultRules()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
D | rosen_context_impl.cpp | 40 eglGetConfigAttrib(eglDisplay_, cfg, EGL_SAMPLES, &samples); in ShowConfig() 184 frameBufferAttribs.push_back(EGL_SAMPLES); in SetConfig() 205 eglGetConfigAttrib(eglDisplay_, config_, EGL_SAMPLES, &samples); in SetConfig()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluConfigInfo.cpp | 64 case EGL_SAMPLES: return samples; in getAttribute() 113 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples); in queryCoreConfigInfo()
|
D | egluConfigFilter.cpp | 81 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 <<()
|
/third_party/flutter/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 47 #define EGL_SAMPLES 0x3031 macro 392 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result); in getSampleCount()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 47 #define EGL_SAMPLES 0x3031 macro 424 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result); in getSampleCount()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/ |
D | SDL_pandora.c | 457 wdata->gles_attributes[attr_pos++] = EGL_SAMPLES; in PND_gl_createcontext() 521 wdata->gles_attributes[attr_pos++] = EGL_SAMPLES; in PND_gl_createcontext() 667 EGL_SAMPLES, &attr_value); in PND_gl_createcontext()
|
/third_party/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 96 EGL_SAMPLES, in onInitializeContext()
|
/third_party/flutter/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 96 EGL_SAMPLES, in onInitializeContext()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 342 frame_buffer_attribs.push_back(EGL_SAMPLES); in EglRenderContext() 363 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_SAMPLES, &samples); in EglRenderContext()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | EGLWindow.cpp | 215 EGL_SAMPLES, in initializeSurface() 248 eglGetConfigAttrib(mDisplay, mConfig, EGL_SAMPLES, &mConfigParams.samples); in initializeSurface()
|
/third_party/EGL/api/1.2/EGL/ |
D | egl.h | 85 #define EGL_SAMPLES 0x3031 macro
|
/third_party/mesa3d/src/egl/main/ |
D | eglconfig.h | 120 ATTRIB_MAP(EGL_SAMPLES, Samples); in _eglOffsetOfConfig()
|
/third_party/flutter/glfw/src/ |
D | egl_context.h | 82 #define EGL_SAMPLES 0x3031 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 113 deInt32 numSamples = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_SAMPLES); in getDefaultEglConfigList()
|
/third_party/EGL/api/1.2/ |
D | egl.h | 81 #define EGL_SAMPLES 0x3031 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/ |
D | egl.h | 81 #define EGL_SAMPLES 0x3031 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.2/ |
D | egl.h | 81 #define EGL_SAMPLES 0x3031 macro
|
/third_party/EGL/api/1.1/EGL/ |
D | egl.h | 107 #define EGL_SAMPLES 0x3031 macro
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
D | egl.h | 137 #define EGL_SAMPLES 0x3031 macro
|