Home
last modified time | relevance | path

Searched refs:sampleBuffers (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.hpp65 deInt32 sampleBuffers; member in eglu::ConfigInfo
114 , sampleBuffers (0) in ConfigInfo()
H A DegluConfigInfo.cpp63 case EGL_SAMPLE_BUFFERS: return sampleBuffers; in getAttribute()
115 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers); in queryCoreConfigInfo()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp128 int sampleBuffers; member in tcu::wgl::PixelFormatInfo
156 , sampleBuffers (0) in PixelFormatInfo()
H A DtcuWGLContextFactory.cpp130 info.sampleBuffers ? info.samples : 0); in WGLContext()
H A DtcuWGL.cpp412 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB]; in getPixelFormatInfo()
/third_party/mesa3d/src/glx/apple/
H A 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/third_party/externals/angle2/src/libANGLE/
H A DConfig.cpp54 sampleBuffers(0), in Config()
172 SORT(sampleBuffers); in operator ()()
291 match = config.sampleBuffers >= attributeValue;
H A DConfig.h63 EGLint sampleBuffers; // Number of multisample buffers member
H A DConfig_unittest.cpp44 config.sampleBuffers = 0; in GenerateGenericConfig()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local
95 sampleBuffers, in onInitializeContext()
/third_party/mesa3d/src/glx/
H A Dglxconfig.h69 GLint sampleBuffers; member
H A Dglxconfig.c168 *value_return = mode->sampleBuffers; in glx_config_get()
H A Ddri_common.c114 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
H A Dglxext.c595 config->sampleBuffers = *bp++; in __glXInitializeVisualConfigFromTags()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp384 int sampleBuffers; member in xe::ri::EglConfig
414 , sampleBuffers (0) in EglConfig()
H A DxeTestLogWriter.cpp411 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers)) in writeResultItem()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A 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/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp80 config.sampleBuffers = 0; in generateConfigs()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h192 int sampleBuffers; member
/third_party/vk-gl-cts/modules/egl/
H A DteglConfigList.cpp152 info.sampleBuffers = val; in iterate()
H A DteglChooseConfigTests.cpp644 static const EGLenum sampleBuffers[] = in init() local
649 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers))); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp274 int sampleBuffers; in init()
285 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in init()
286 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage; in init()
289 if (binding == 0 || sampleBuffers <= 0) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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::EndMessage; in read_pixels_fbo_format_mismatch()
350 if (binding == 0 || sampleBuffers <= 0) in read_pixels_fbo_format_mismatch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp531 config.sampleBuffers = 0; // FIXME: enumerate multi-sampling in generateConfigs()

Completed in 22 milliseconds

12