Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/tools/sk_app/android/
DGLWindowContext_android.cpp84 EGL_SAMPLES, eglSampleCnt, in onInitializeContext()
117 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount); in onInitializeContext()
/third_party/skia/tools/sk_app/android/
DGLWindowContext_android.cpp84 EGL_SAMPLES, eglSampleCnt, in onInitializeContext()
117 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount); in onInitializeContext()
/third_party/vk-gl-cts/modules/egl/
DteglChooseConfigTests.cpp271 { 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()
DteglChooseConfigReference.cpp252 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/
Drosen_context_impl.cpp40 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/
DegluConfigInfo.cpp64 case EGL_SAMPLES: return samples; in getAttribute()
113 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples); in queryCoreConfigInfo()
DegluConfigFilter.cpp81 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 <<()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp47 #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/
DGLTestContext_command_buffer.cpp47 #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/
DSDL_pandora.c457 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/
DANGLEWindowContext_win.cpp96 EGL_SAMPLES, in onInitializeContext()
/third_party/flutter/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp96 EGL_SAMPLES, in onInitializeContext()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp342 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/
DEGLWindow.cpp215 EGL_SAMPLES, in initializeSurface()
248 eglGetConfigAttrib(mDisplay, mConfig, EGL_SAMPLES, &mConfigParams.samples); in initializeSurface()
/third_party/EGL/api/1.2/EGL/
Degl.h85 #define EGL_SAMPLES 0x3031 macro
/third_party/mesa3d/src/egl/main/
Deglconfig.h120 ATTRIB_MAP(EGL_SAMPLES, Samples); in _eglOffsetOfConfig()
/third_party/flutter/glfw/src/
Degl_context.h82 #define EGL_SAMPLES 0x3031 macro
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListEGL.cpp113 deInt32 numSamples = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_SAMPLES); in getDefaultEglConfigList()
/third_party/EGL/api/1.2/
Degl.h81 #define EGL_SAMPLES 0x3031 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
Degl.h81 #define EGL_SAMPLES 0x3031 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h81 #define EGL_SAMPLES 0x3031 macro
/third_party/EGL/api/1.1/EGL/
Degl.h107 #define EGL_SAMPLES 0x3031 macro
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
Degl.h137 #define EGL_SAMPLES 0x3031 macro

1234