Searched refs:EGL_SAMPLE_BUFFERS (Results 1 - 25 of 34) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluConfigInfo.cpp57 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
94 eglGetConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers);
H A DegluStrUtil.cpp79 case EGL_SAMPLE_BUFFERS:
H A DegluStrUtil.inl97 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Dconfig.cc122 case EGL_SAMPLE_BUFFERS:
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DSampleApplication.cpp161 EGL_SAMPLE_BUFFERS, EGL_DONT_CARE,
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.cpp259 EGL_SAMPLE_BUFFERS, mMultisample ? 1 : 0,
278 eglGetConfigAttrib(mDisplay, mConfig, EGL_SAMPLE_BUFFERS, &samples);
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp226 { EGL_SAMPLE_BUFFERS, 0 },
397 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, },
484 { EGL_SAMPLE_BUFFERS, "sample_buffers" },
554 EGL_SAMPLE_BUFFERS,
582 EGL_SAMPLE_BUFFERS,
H A DteglChooseConfigReference.cpp175 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>,
229 rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 5
H A DteglConfigList.cpp149 eglGetConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val);
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglconfig.c216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
279 case EGL_SAMPLE_BUFFERS:
579 EGL_SAMPLE_BUFFERS,
H A Deglconfig.h112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
/external/mesa3d/src/egl/main/
H A Deglconfig.c216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
279 case EGL_SAMPLE_BUFFERS:
579 EGL_SAMPLE_BUFFERS,
H A Deglconfig.h112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java223 EGL10.EGL_SAMPLE_BUFFERS, 1,
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java223 EGL10.EGL_SAMPLE_BUFFERS, 1,
/external/chromium_org/ppapi/lib/gl/include/EGL/
H A Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/chromium_org/third_party/angle/include/EGL/
H A Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp287 case EGL_SAMPLE_BUFFERS: match = config->mSampleBuffers >= attribute[1]; break;
H A DDisplay.cpp161 case EGL_SAMPLE_BUFFERS: *value = configuration->mSampleBuffers; break;
/external/chromium_org/third_party/khronos/EGL/
H A Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/chromium_org/third_party/mesa/src/include/EGL/
H A Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java224 EGL10.EGL_SAMPLE_BUFFERS,
259 "EGL_SAMPLE_BUFFERS",
/external/mesa3d/include/EGL/
H A Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp435 msaaConfigAttribList[kConfigAttribListCnt - 1] = EGL_SAMPLE_BUFFERS;
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp435 msaaConfigAttribList[kConfigAttribListCnt - 1] = EGL_SAMPLE_BUFFERS;

Completed in 54 milliseconds

12