Searched refs:EGL_SAMPLE_BUFFERS (Results 1 – 18 of 18) sorted by relevance
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 268 { 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()
|
D | teglChooseConfigReference.cpp | 197 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>, in compareTo() 257 …rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER… in initAttribRules()
|
D | teglConfigList.cpp | 151 egl.getConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val); in iterate()
|
D | teglQueryConfigTests.cpp | 578 { EGL_SAMPLE_BUFFERS, "sample_buffers" }, in init()
|
D | teglMultiThreadTests.cpp | 516 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS"; in configAttributeToString() 678 EGL_SAMPLE_BUFFERS, in runThread()
|
/external/deqp/framework/egl/ |
D | egluConfigInfo.cpp | 61 case EGL_SAMPLE_BUFFERS: return sampleBuffers; in getAttribute() 98 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers); in queryConfigInfo()
|
D | egluStrUtil.inl | 99 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
|
D | egluStrUtil.cpp | 73 case EGL_SAMPLE_BUFFERS: in operator <<()
|
/external/skia/src/gpu/gl/command_buffer/ |
D | SkCommandBufferGLContext.cpp | 45 #define EGL_SAMPLE_BUFFERS 0x3032 macro 183 EGL_SAMPLE_BUFFERS, 1, in SkCommandBufferGLContext()
|
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER, 279 case EGL_SAMPLE_BUFFERS: in _eglValidateConfig() 579 EGL_SAMPLE_BUFFERS, in _eglCompareConfigs()
|
D | eglconfig.h | 112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers); in _eglOffsetOfConfig()
|
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/ |
D | SkiaSampleView.java | 227 EGL10.EGL_SAMPLE_BUFFERS, 1, in chooseConfig()
|
/external/mesa3d/include/EGL/ |
D | egl.h | 113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 225 EGL10.EGL_SAMPLE_BUFFERS, in printConfig()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 79 #define EGL_SAMPLE_BUFFERS 0x3032 macro
|
/external/mesa3d/src/egl/drivers/glx/ |
D | egl_glx.c | 204 { GLX_SAMPLE_BUFFERS, EGL_SAMPLE_BUFFERS }, 353 { GLX_SAMPLE_BUFFERS, EGL_SAMPLE_BUFFERS },
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 450 msaaConfigAttribList[kConfigAttribListCnt - 1] = EGL_SAMPLE_BUFFERS; in create_ANGLE()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 64 EGL_SAMPLE_BUFFERS, /* __DRI_ATTRIB_SAMPLE_BUFFERS */
|