/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.hpp | 128 int sampleBuffers; member in tcu::wgl::PixelFormatInfo 156 , sampleBuffers (0) in PixelFormatInfo()
|
D | tcuWGLContextFactory.cpp | 130 info.sampleBuffers ? info.samples : 0); in WGLContext()
|
D | tcuWGL.cpp | 412 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB]; in getPixelFormatInfo()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluConfigInfo.hpp | 65 deInt32 sampleBuffers; member in eglu::ConfigInfo 111 , sampleBuffers (0) in ConfigInfo()
|
D | egluConfigInfo.cpp | 63 case EGL_SAMPLE_BUFFERS: return sampleBuffers; in getAttribute() 112 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers); in queryCoreConfigInfo()
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_visual.c | 152 if (mode->sampleBuffers > 0) { in apple_visual_create_pfobj() 155 attr[numattr++] = mode->sampleBuffers; in apple_visual_create_pfobj()
|
/third_party/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local 95 sampleBuffers, in onInitializeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.cpp | 54 sampleBuffers(0), in Config() 172 SORT(sampleBuffers); in operator ()() 291 match = config.sampleBuffers >= attributeValue; in filter()
|
D | Config.h | 63 EGLint sampleBuffers; // Number of multisample buffers member
|
D | Config_unittest.cpp | 44 config.sampleBuffers = 0; in GenerateGenericConfig()
|
/third_party/mesa3d/src/glx/ |
D | glxconfig.h | 69 GLint sampleBuffers; member
|
D | glxconfig.c | 168 *value_return = mode->sampleBuffers; in glx_config_get()
|
D | dri_common.c | 114 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
|
/third_party/vk-gl-cts/executor/ |
D | xeTestCaseResult.hpp | 383 int sampleBuffers; member in xe::ri::EglConfig 413 , sampleBuffers (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 413 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers)) in writeResultItem()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 653 int sampleBuffers = in generateConfigs() local 661 if (samples != contextSamples || sampleBuffers != contextSampleBuffers || in generateConfigs() 669 config.sampleBuffers = sampleBuffers; in generateConfigs()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpTestLog.h | 190 int sampleBuffers; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 80 config.sampleBuffers = 0; in generateConfigs()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglConfigList.cpp | 152 info.sampleBuffers = val; in iterate()
|
D | teglChooseConfigTests.cpp | 631 static const EGLenum sampleBuffers[] = in init() local 636 …ooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fNegativeBufferApiTests.cpp | 273 int sampleBuffers; in init() 284 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in init() 285 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage; in init() 288 if (binding == 0 || sampleBuffers <= 0) in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 113 if (config->sampleBuffers && config->samples > 1)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.mm | 238 config.sampleBuffers = 0;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 335 int sampleBuffers = 0x1234; in read_pixels_fbo_format_mismatch() local 346 ctx.glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in read_pixels_fbo_format_mismatch() 347 …ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessa… in read_pixels_fbo_format_mismatch() 350 if (binding == 0 || sampleBuffers <= 0) in read_pixels_fbo_format_mismatch()
|