/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 270 { EGL_SAMPLE_BUFFERS, 0 }, in getValue() 440 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes() 563 { EGL_SAMPLE_BUFFERS, "sample_buffers" }, in init() 633 EGL_SAMPLE_BUFFERS, in init() 661 EGL_SAMPLE_BUFFERS, in init()
|
D | teglChooseConfigReference.cpp | 251 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>, in compareTo() 310 …rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER… in getDefaultRules()
|
D | teglConfigList.cpp | 151 egl.getConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val); in iterate()
|
D | teglQueryConfigTests.cpp | 578 { EGL_SAMPLE_BUFFERS, "sample_buffers" }, in init()
|
D | teglMultiThreadTests.cpp | 500 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS"; in configAttributeToString() 662 EGL_SAMPLE_BUFFERS, in runThread()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 63 case EGL_SAMPLE_BUFFERS: return sampleBuffers; in getAttribute() 112 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers); in queryCoreConfigInfo()
|
D | egluStrUtil.inl | 99 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
|
D | egluStrUtil.cpp | 73 case EGL_SAMPLE_BUFFERS: in operator <<()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 175 _eglSetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS, 0); // TODO: How to get the right value ? in haiku_add_configs_for_visuals() 176 …_eglSetConfigKey(&conf->base, EGL_SAMPLES, _eglGetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS) == 0 … in haiku_add_configs_for_visuals()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 221 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER, 293 case EGL_SAMPLE_BUFFERS: in _eglValidateConfig() 596 EGL_SAMPLE_BUFFERS, in _eglCompareConfigs()
|
D | eglconfig.h | 121 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers); in _eglOffsetOfConfig()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 483 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_SAMPLE_BUFFERS , &i32Values[0]); in OutputAPIInfo() 596 conflist[i++] = EGL_SAMPLE_BUFFERS; in SelectEGLConfiguration() 603 conflist[i++] = EGL_SAMPLE_BUFFERS; in SelectEGLConfiguration()
|
/external/skqp/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0, in onInitializeContext()
|
/external/skia/tools/sk_app/android/ |
D | GLWindowContext_android.cpp | 83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0, in onInitializeContext()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 94 EGL_SAMPLE_BUFFERS, in onInitializeContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 94 EGL_SAMPLE_BUFFERS, in onInitializeContext()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | egl.h | 114 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 225 EGL10.EGL_SAMPLE_BUFFERS, in printConfig()
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 48 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/swiftshader/include/EGL/ |
D | egl.h | 106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/skqp/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 48 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Config.cpp | 383 …case EGL_SAMPLE_BUFFERS: match = config->mSampleBuffers >= attribIt->second; … in getConfigs()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 80 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
D | eglwEnumsC.inl | 80 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|