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

12

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp65 deInt32 sampleBuffers; member in class:eglu::ConfigInfo
111 , sampleBuffers (0)
H A DegluConfigInfo.cpp63 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
112 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers);
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp128 int sampleBuffers; member in class:tcu::wgl::PixelFormatInfo
153 , sampleBuffers (0)
H A DtcuWGLContextFactory.cpp126 info.sampleBuffers ? info.samples : 0);
H A DtcuWGL.cpp394 info.sampleBuffers = values[WGL_SAMPLE_BUFFERS_ARB];
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c151 if (mode->sampleBuffers > 0) {
154 attr[numattr++] = mode->sampleBuffers;
/external/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp79 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; local
93 sampleBuffers,
/external/skqp/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp79 const int sampleBuffers = fSampleCount > 1 ? 1 : 0; local
93 sampleBuffers,
/external/deqp/external/openglcts/modules/common/
H A DglcConfigListWGL.cpp60 bool isOk = isAOSPOk && (fmtInfo.sampleBuffers == 0);
/external/mesa3d/src/glx/
H A Dglxconfig.h73 GLint sampleBuffers; member in struct:glx_config
H A Dglxconfig.c169 *value_return = mode->sampleBuffers;
H A Ddri_common.c223 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/deqp/framework/qphelper/
H A DqpTestLog.h180 int sampleBuffers; member in struct:qpEglConfigInfo_s
/external/deqp/executor/
H A DxeTestCaseResult.hpp374 int sampleBuffers; member in class:xe::ri::EglConfig
404 , sampleBuffers (0)
H A DxeTestLogWriter.cpp404 << Writer::Attribute("SampleBuffers", de::toString(config.sampleBuffers))
H A DxeTestResultParser.cpp635 config->sampleBuffers = toInt(getAttribute("SampleBuffers"));
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.c296 modes->sampleBuffers = modes->samples ? 1 : 0;
373 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/deqp/modules/egl/
H A DteglConfigList.cpp152 info.sampleBuffers = val;
H A DteglChooseConfigTests.cpp631 static const EGLenum sampleBuffers[] = local
636 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers)));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c269 ctx->DrawBuffer->Visual.sampleBuffers > 0 &&
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_screen.c272 if (mode->sampleBuffers) {
/external/deqp/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp273 int sampleBuffers;
284 glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers);
285 m_log << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage;
288 if (binding == 0 || sampleBuffers <= 0)
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp329 int sampleBuffers = 0x1234; local
340 ctx.glGetIntegerv (GL_SAMPLE_BUFFERS, &sampleBuffers);
341 ctx.getLog() << TestLog::Message << "// GL_SAMPLE_BUFFERS: " << sampleBuffers << TestLog::EndMessage;
344 if (binding == 0 || sampleBuffers <= 0)
/external/mesa3d/src/mesa/main/
H A Dframebuffer.c490 /* Grab samples and sampleBuffers from any attachment point (assuming
495 fb->Visual.sampleBuffers = rb->NumSamples > 0 ? 1 : 0;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c864 vis->sampleBuffers = 0;

Completed in 568 milliseconds

12