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

123

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp58 deInt32 sampleBuffers; member in class:eglu::ConfigInfo
91 , sampleBuffers (0)
H A DegluConfigInfo.cpp57 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
94 eglGetConfigAttrib(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.cpp120 info.sampleBuffers ? info.samples : 0);
H A DtcuWin32GLES3Platform.cpp117 info.sampleBuffers ? info.samples : 0);
H A DtcuWGL.cpp345 info.sampleBuffers = values[12];
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_visual.c148 if (mode->sampleBuffers > 0) {
151 attr[numattr++] = mode->sampleBuffers;
/external/mesa3d/src/glx/apple/
H A Dapple_visual.c148 if (mode->sampleBuffers > 0) {
151 attr[numattr++] = mode->sampleBuffers;
/external/chromium_org/third_party/mesa/src/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/glx/
H A Dglxconfig.h73 GLint sampleBuffers; member in struct:glx_config
H A Dglxconfig.c169 *value_return = mode->sampleBuffers;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dglcore.h112 GLint sampleBuffers; member in struct:__GLcontextModesRec
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglcore.h112 GLint sampleBuffers; member in struct:__GLcontextModesRec
/external/deqp/framework/qphelper/
H A DqpTestLog.h178 int sampleBuffers; member in struct:qpEglConfigInfo_s
/external/deqp/executor/
H A DxeTestCaseResult.hpp364 int sampleBuffers; member in class:xe::ri::EglConfig
394 , sampleBuffers (0)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dutils.c378 modes->sampleBuffers = modes->samples ? 1 : 0;
454 __ATTRIB(__DRI_ATTRIB_SAMPLE_BUFFERS, sampleBuffers),
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c181 if (readFB->Visual.sampleBuffers > drawFB->Visual.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 &&
/external/deqp/modules/egl/
H A DteglConfigList.cpp150 info.sampleBuffers = val;
H A DteglChooseConfigTests.cpp552 static const EGLenum sampleBuffers[] = local
557 randomGroup->addChild(new ChooseConfigRandomCase(m_eglTestCtx, "sample_buffers", "Sample buffer rules", toSet(sampleBuffers)));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstate.c305 ctx->DrawBuffer->Visual.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)

Completed in 347 milliseconds

123