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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 41 case EGL_SAMPLE_BUFFERS:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 57 case EGL_SAMPLE_BUFFERS: return sampleBuffers;
94 eglGetConfigAttrib(display, config, EGL_SAMPLE_BUFFERS, &dst->sampleBuffers);
egluStrUtil.cpp 79 case EGL_SAMPLE_BUFFERS:
egluStrUtil.inl 97 case EGL_SAMPLE_BUFFERS: return "EGL_SAMPLE_BUFFERS";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 122 case EGL_SAMPLE_BUFFERS:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 47 ATTRIBUTE( EGL_SAMPLE_BUFFERS ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 91 X(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 226 { 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,
teglChooseConfigReference.cpp 175 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>,
229 rules[EGL_SAMPLE_BUFFERS] = AttribRule(EGL_SAMPLE_BUFFERS, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 5
teglConfigList.cpp 149 eglGetConfigAttrib(display, configs[i], EGL_SAMPLE_BUFFERS, &val);
  /external/chromium_org/third_party/angle/util/
EGLWindow.cpp 112 EGL_SAMPLE_BUFFERS, mMultisample ? 1 : 0,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 53 int EGL_SAMPLE_BUFFERS = 0x3032;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 125 EGL_SAMPLE_BUFFERS, samples ? 1 : 0,
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c 216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
279 case EGL_SAMPLE_BUFFERS:
579 EGL_SAMPLE_BUFFERS,
eglconfig.h 112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
  /external/mesa3d/src/egl/main/
eglconfig.c 216 { EGL_SAMPLE_BUFFERS, ATTRIB_TYPE_INTEGER,
279 case EGL_SAMPLE_BUFFERS:
579 EGL_SAMPLE_BUFFERS,
eglconfig.h 112 ATTRIB_MAP(EGL_SAMPLE_BUFFERS, SampleBuffers);
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 264 EGL10.EGL_SAMPLE_BUFFERS,
299 "EGL_SAMPLE_BUFFERS",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 252 EGL10.EGL_SAMPLE_BUFFERS,
287 "EGL_SAMPLE_BUFFERS",
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 223 EGL10.EGL_SAMPLE_BUFFERS, 1,
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 223 EGL10.EGL_SAMPLE_BUFFERS, 1,
  /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",

Completed in 1067 milliseconds

1 2 3 4 5