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

12

/external/skia/tools/viewer/sk_app/android/
H A DGLWindowContext_android.cpp81 EGL_SAMPLE_BUFFERS, fDisplayParams.fMSAASampleCount ? 1 : 0,
/external/deqp/framework/egl/
H A DegluConfigInfo.cpp63 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
112 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers);
H A DegluStrUtil.cpp73 case EGL_SAMPLE_BUFFERS:
H A DegluStrUtil.inl99 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp270 { EGL_SAMPLE_BUFFERS, 0 },
440 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, },
563 { EGL_SAMPLE_BUFFERS, "sample_buffers" },
633 EGL_SAMPLE_BUFFERS,
661 EGL_SAMPLE_BUFFERS,
H A DteglChooseConfigReference.cpp251 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>,
310 rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 5
H A DteglConfigList.cpp151 egl.getConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val);
H A DteglQueryConfigTests.cpp578 { EGL_SAMPLE_BUFFERS, "sample_buffers" },
H A DteglMultiThreadTests.cpp516 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
678 EGL_SAMPLE_BUFFERS,
H A DteglWideColorTests.cpp748 info.sampleBuffers = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_SAMPLE_BUFFERS);
/external/mesa3d/src/egl/drivers/haiku/
H A Degl_haiku.cpp182 _eglSetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS, 0); // TODO: How to get the right value ?
183 _eglSetConfigKey(&conf->base, EGL_SAMPLES, _eglGetConfigKey(&conf->base, EGL_SAMPLE_BUFFERS) == 0 ? 0 : 0);
/external/mesa3d/src/egl/main/
H A Deglconfig.c219 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
288 case EGL_SAMPLE_BUFFERS:
589 EGL_SAMPLE_BUFFERS,
H A Deglconfig.h120 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp483 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_SAMPLE_BUFFERS , &i32Values[0]);
596 conflist[i++] = EGL_SAMPLE_BUFFERS;
603 conflist[i++] = EGL_SAMPLE_BUFFERS;
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp44 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
H A Degl.h114 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java225 EGL10.EGL_SAMPLE_BUFFERS,
260 "EGL_SAMPLE_BUFFERS",
/external/mesa3d/include/EGL/
H A Degl.h106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/swiftshader/include/EGL/
H A Degl.h106 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp387 case EGL_SAMPLE_BUFFERS: match = config->mSampleBuffers >= attribute[1]; break;
H A DDisplay.cpp261 case EGL_SAMPLE_BUFFERS: *value = configuration->mSampleBuffers; break;
/external/deqp/framework/egl/wrapper/
H A DeglwEnums.inl80 #define EGL_SAMPLE_BUFFERS 0x3032
H A DeglwEnumsC.inl80 #define EGL_SAMPLE_BUFFERS 0x3032
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp503 msaaConfigAttribList[kConfigAttribListCnt - 1] = EGL_SAMPLE_BUFFERS;
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 358 milliseconds

12