Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp44 #define EGL_SAMPLES 0x3031 macro
184 EGL_SAMPLES, msaaSampleCount, in SkCommandBufferGLContext()
351 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result); in getSampleCount()
/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()
258 …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()
/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/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
DGdxEglConfigChooser.java117 int numSamples = findConfigAttrib(egl, display, config, EGL10.EGL_SAMPLES, 0); in chooseConfig()
171 EGL10.EGL_SAMPLES, EGL10.EGL_SAMPLE_BUFFERS, EGL10.EGL_SURFACE_TYPE, EGL10.EGL_TRANSPARENT_TYPE, in printConfig()
DGLSurfaceView20.java265 EGL10.EGL_SAMPLES, EGL10.EGL_SAMPLE_BUFFERS, EGL10.EGL_SURFACE_TYPE, EGL10.EGL_TRANSPARENT_TYPE, in printConfig()
DGLSurfaceView20API18.java248 EGL10.EGL_SAMPLES, EGL10.EGL_SAMPLE_BUFFERS, EGL10.EGL_SURFACE_TYPE, EGL10.EGL_TRANSPARENT_TYPE, in printConfig()
/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/src/views/win/
DSkOSWindow_win.cpp452 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES; in create_ANGLE()
515 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount); in attachANGLE()
/external/mesa3d/include/EGL/
Degl.h112 #define EGL_SAMPLES 0x3031 macro
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleView.java228 EGL10.EGL_SAMPLES, mRequestedMSAASampleCount, in chooseConfig()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java224 EGL10.EGL_SAMPLES, in printConfig()
/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 },

12