Home
last modified time | relevance | path

Searched refs:sampleBuffers (Results 1 – 25 of 40) sorted by relevance

12

/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp128 int sampleBuffers; member in tcu::wgl::PixelFormatInfo
156 , sampleBuffers (0) in PixelFormatInfo()
DtcuWGLContextFactory.cpp130 info.sampleBuffers ? info.samples : 0); in WGLContext()
DtcuWGL.cpp412 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB]; in getPixelFormatInfo()
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.hpp65 deInt32 sampleBuffers; member in eglu::ConfigInfo
111 , sampleBuffers (0) in ConfigInfo()
DegluConfigInfo.cpp63 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/
Dapple_visual.c152 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/
DANGLEWindowContext_win.cpp81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local
95 sampleBuffers, in onInitializeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp54 sampleBuffers(0), in Config()
172 SORT(sampleBuffers); in operator ()()
291 match = config.sampleBuffers >= attributeValue; in filter()
DConfig.h63 EGLint sampleBuffers; // Number of multisample buffers member
DConfig_unittest.cpp44 config.sampleBuffers = 0; in GenerateGenericConfig()
/third_party/mesa3d/src/glx/
Dglxconfig.h69 GLint sampleBuffers; member
Dglxconfig.c168 *value_return = mode->sampleBuffers; in glx_config_get()
Ddri_common.c114 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp383 int sampleBuffers; member in xe::ri::EglConfig
413 , sampleBuffers (0) in EglConfig()
DxeTestLogWriter.cpp413 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers)) in writeResultItem()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListWGL.cpp60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp653 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/
DqpTestLog.h190 int sampleBuffers; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp80 config.sampleBuffers = 0; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp152 info.sampleBuffers = val; in iterate()
DteglChooseConfigTests.cpp631 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/
Des3fNegativeBufferApiTests.cpp273 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/
DIOSurfaceSurfaceVkMac.mm113 if (config->sampleBuffers && config->samples > 1)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm238 config.sampleBuffers = 0;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp335 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()

12