Home
last modified time | relevance | path

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

12

/external/deqp/framework/platform/win32/
DtcuWGL.hpp128 int sampleBuffers; member in tcu::wgl::PixelFormatInfo
153 , sampleBuffers (0) in PixelFormatInfo()
DtcuWGLContextFactory.cpp130 info.sampleBuffers ? info.samples : 0); in WGLContext()
DtcuWGL.cpp394 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB]; in getPixelFormatInfo()
/external/deqp/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()
/external/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()
/external/skqp/tools/sk_app/win/
DANGLEWindowContext_win.cpp81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local
95 sampleBuffers, in onInitializeContext()
/external/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local
95 sampleBuffers, in onInitializeContext()
/external/deqp/executor/
DxeTestCaseResult.hpp374 int sampleBuffers; member in xe::ri::EglConfig
404 , sampleBuffers (0) in EglConfig()
DxeTestLogWriter.cpp404 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers)) in writeResultItem()
DxeTestResultParser.cpp635 config->sampleBuffers = toInt(getAttribute("SampleBuffers")); in handleElementStart()
/external/mesa3d/src/glx/
Dglxconfig.h73 GLint sampleBuffers; member
Dglxconfig.c168 *value_return = mode->sampleBuffers; in glx_config_get()
Ddri_common.c223 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
Dglxext.c545 config->sampleBuffers = *bp++; in __glXInitializeVisualConfigFromTags()
Dglxcmds.c1003 MATCH_MINIMUM(sampleBuffers); in fbconfigs_compatible()
1134 PREFER_SMALLER(sampleBuffers); in fbconfig_compare()
/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c297 modes->sampleBuffers = modes->samples ? 1 : 0; in driCreateConfigs()
374 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/deqp/framework/qphelper/
DqpTestLog.h180 int sampleBuffers; member
/external/deqp/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()
/external/deqp/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()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_screen.c348 if (mode->sampleBuffers) { in dri_fill_st_visual()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp329 int sampleBuffers = 0x1234; in read_pixels_fbo_format_mismatch() local
340 ctx.glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers); in read_pixels_fbo_format_mismatch()
341 …ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessa… in read_pixels_fbo_format_mismatch()
344 if (binding == 0 || sampleBuffers <= 0) in read_pixels_fbo_format_mismatch()
/external/mesa3d/src/mesa/main/
Dframebuffer.c447 fb->Visual.sampleBuffers = rb->NumSamples > 0 ? 1 : 0; in _mesa_update_framebuffer_visual()

12