HomeSort by relevance Sort by last modified time
    Searched refs:EGL_SAMPLE_BUFFERS (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 49 ATTRIBUTE( EGL_SAMPLE_BUFFERS ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 90 X(EGL_SAMPLE_BUFFERS),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 63 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
112 egl.getConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers);
egluStrUtil.cpp 73 case EGL_SAMPLE_BUFFERS:
egluStrUtil.inl 99 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 71 public static final int EGL_SAMPLE_BUFFERS = 0x3032;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 270 { 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,
teglChooseConfigReference.cpp 251 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>,
310 rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 5
teglConfigList.cpp 151 egl.getConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val);
  /external/skia/tools/sk_app/android/
GLWindowContext_android.cpp 83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0,
  /external/skia/tools/sk_app/win/
ANGLEWindowContext_win.cpp 92 EGL_SAMPLE_BUFFERS,
  /external/skqp/tools/sk_app/android/
GLWindowContext_android.cpp 83 EGL_SAMPLE_BUFFERS, eglSampleCnt ? 1 : 0,
  /external/skqp/tools/sk_app/win/
ANGLEWindowContext_win.cpp 92 EGL_SAMPLE_BUFFERS,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 53 int EGL_SAMPLE_BUFFERS = 0x3032;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 122 EGL_SAMPLE_BUFFERS, samples ? 1 : 0,
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 182 _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/
eglconfig.c 219 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
288 case EGL_SAMPLE_BUFFERS:
589 EGL_SAMPLE_BUFFERS,
eglconfig.h 120 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 483 eglGetConfigAttrib(m_EGLDisplay, m_EGLConfig, EGL_SAMPLE_BUFFERS , &i32Values[0]);
596 conflist[i++] = EGL_SAMPLE_BUFFERS;
603 conflist[i++] = EGL_SAMPLE_BUFFERS;
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 252 EGL10.EGL_SAMPLE_BUFFERS,
287 "EGL_SAMPLE_BUFFERS",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 264 EGL10.EGL_SAMPLE_BUFFERS,
299 "EGL_SAMPLE_BUFFERS",
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 71 public static final int EGL_SAMPLE_BUFFERS = 0x3032;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 136 #define EGL_SAMPLE_BUFFERS 0x3032
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 208 EGL10.EGL_SAMPLE_BUFFERS,
243 "EGL_SAMPLE_BUFFERS",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 208 EGL10.EGL_SAMPLE_BUFFERS,
243 "EGL_SAMPLE_BUFFERS",

Completed in 1313 milliseconds

1 2 3 4