Searched refs:sampleBuffers (Results 1 - 25 of 34) 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.hpp127 int sampleBuffers; member in class:tcu::wgl::PixelFormatInfo
145 , sampleBuffers (0)
H A DtcuWGLContextFactory.cpp122 info.sampleBuffers ? info.samples : 0);
H A DtcuWin32GLES3Platform.cpp117 info.sampleBuffers ? info.samples : 0);
H A DtcuWGL.cpp345 info.sampleBuffers = values[12];
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c148 if (mode->sampleBuffers > 0) {
151 attr[numattr++] = mode->sampleBuffers;
/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.c225 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglcore.h112 GLint sampleBuffers; member in struct:__GLcontextModesRec
H A Dglxinit.c428 config->sampleBuffers = *bp++;
/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.c378 modes->sampleBuffers = modes->samples ? 1 : 0;
454 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c181 if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers &&
H A Dst_manager.c402 mode->sampleBuffers = 1;
/external/deqp/modules/egl/
H A DteglConfigList.cpp152 info.sampleBuffers = val;
H A DteglChooseConfigTests.cpp593 static const EGLenum sampleBuffers[] = local
598 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(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/mesa3d/src/mesa/main/
H A Dstate.c305 ctx->DrawBuffer->Visual.sampleBuffers)
H A Dframebuffer.c520 /* Grab samples and sampleBuffers from any attachment point (assuming
525 fb->Visual.sampleBuffers = rb->NumSamples > 0 ? 1 : 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)

Completed in 985 milliseconds

12