/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 128 int sampleBuffers; member in tcu::wgl::PixelFormatInfo 153 , sampleBuffers (0) in PixelFormatInfo()
|
D | tcuWGLContextFactory.cpp | 130 info.sampleBuffers ? info.samples : 0); in WGLContext()
|
D | tcuWGL.cpp | 394 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB]; in getPixelFormatInfo()
|
/external/deqp/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()
|
/external/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()
|
/external/skqp/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local 95 sampleBuffers, in onInitializeContext()
|
/external/skia/tools/sk_app/win/ |
D | ANGLEWindowContext_win.cpp | 81 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; in onInitializeContext() local 95 sampleBuffers, in onInitializeContext()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 374 int sampleBuffers; member in xe::ri::EglConfig 404 , sampleBuffers (0) in EglConfig()
|
D | xeTestLogWriter.cpp | 404 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers)) in writeResultItem()
|
D | xeTestResultParser.cpp | 635 config->sampleBuffers = toInt(getAttribute("SampleBuffers")); in handleElementStart()
|
/external/mesa3d/src/glx/ |
D | glxconfig.h | 73 GLint sampleBuffers; member
|
D | glxconfig.c | 168 *value_return = mode->sampleBuffers; in glx_config_get()
|
D | dri_common.c | 223 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
|
D | glxext.c | 545 config->sampleBuffers = *bp++; in __glXInitializeVisualConfigFromTags()
|
D | glxcmds.c | 1003 MATCH_MINIMUM(sampleBuffers); in fbconfigs_compatible() 1134 PREFER_SMALLER(sampleBuffers); in fbconfig_compare()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0); in getDefaultWglConfigList()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | utils.c | 297 modes->sampleBuffers = modes->samples ? 1 : 0; in driCreateConfigs() 374 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 180 int sampleBuffers; member
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | dri_screen.c | 348 if (mode->sampleBuffers) { in dri_fill_st_visual()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeBufferApiTests.cpp | 329 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/ |
D | framebuffer.c | 447 fb->Visual.sampleBuffers = rb->NumSamples > 0 ? 1 : 0; in _mesa_update_framebuffer_visual()
|