Home
last modified time | relevance | path

Searched refs:EGL_SAMPLE_BUFFERS (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp268 { EGL_SAMPLE_BUFFERS, 0 }, in getValue()
438 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, }, in genRandomAttributes()
525 { EGL_SAMPLE_BUFFERS, "sample_buffers" }, in init()
595 EGL_SAMPLE_BUFFERS, in init()
623 EGL_SAMPLE_BUFFERS, in init()
DteglChooseConfigReference.cpp197 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>, in compareTo()
257 …rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER… in initAttribRules()
DteglConfigList.cpp151 egl.getConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val); in iterate()
DteglQueryConfigTests.cpp578 { EGL_SAMPLE_BUFFERS, "sample_buffers" }, in init()
DteglMultiThreadTests.cpp516 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS"; in configAttributeToString()
678 EGL_SAMPLE_BUFFERS, in runThread()
/external/deqp/framework/egl/
DegluConfigInfo.cpp61 case EGL_SAMPLE_BUFFERS: return sampleBuffers; in getAttribute()
98 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers); in queryConfigInfo()
DegluStrUtil.inl99 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
DegluStrUtil.cpp73 case EGL_SAMPLE_BUFFERS: in operator <<()
/external/skia/src/gpu/gl/command_buffer/
DSkCommandBufferGLContext.cpp45 #define EGL_SAMPLE_BUFFERS 0x3032 macro
183 EGL_SAMPLE_BUFFERS, 1, in SkCommandBufferGLContext()
/external/mesa3d/src/egl/main/
Deglconfig.c216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
279 case EGL_SAMPLE_BUFFERS: in _eglValidateConfig()
579 EGL_SAMPLE_BUFFERS, in _eglCompareConfigs()
Deglconfig.h112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers); in _eglOffsetOfConfig()
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
DSkiaSampleView.java227 EGL10.EGL_SAMPLE_BUFFERS, 1, in chooseConfig()
/external/mesa3d/include/EGL/
Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java225 EGL10.EGL_SAMPLE_BUFFERS, in printConfig()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl79 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/mesa3d/src/egl/drivers/glx/
Degl_glx.c204 { GLX_SAMPLE_BUFFERS, EGL_SAMPLE_BUFFERS },
353 { GLX_SAMPLE_BUFFERS, EGL_SAMPLE_BUFFERS },
/external/skia/src/views/win/
DSkOSWindow_win.cpp450 msaaConfigAttribList[kConfigAttribListCnt - 1] = EGL_SAMPLE_BUFFERS; in create_ANGLE()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c64 EGL_SAMPLE_BUFFERS, /* __DRI_ATTRIB_SAMPLE_BUFFERS */