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

1 2 3 4 5

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 47 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;
109 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";
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GdxEglConfigChooser.java 116 int hasSampleBuffers = findConfigAttrib(egl, display, config, EGL10.EGL_SAMPLE_BUFFERS, 0);
171 EGL10.EGL_SAMPLES, EGL10.EGL_SAMPLE_BUFFERS, EGL10.EGL_SURFACE_TYPE, EGL10.EGL_TRANSPARENT_TYPE,
183 "EGL_NATIVE_VISUAL_TYPE", "EGL_PRESERVED_RESOURCES", "EGL_SAMPLES", "EGL_SAMPLE_BUFFERS", "EGL_SURFACE_TYPE",
  /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 268 { EGL_SAMPLE_BUFFERS, 0 },
438 { EGL_SAMPLE_BUFFERS, ChooseConfigRandomCase::getInt<0, 1>, },
525 { EGL_SAMPLE_BUFFERS, "sample_buffers" },
595 EGL_SAMPLE_BUFFERS,
623 EGL_SAMPLE_BUFFERS,
teglChooseConfigReference.cpp 234 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLE_BUFFERS>,
293 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);
  /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/skia/src/gpu/gl/command_buffer/
SkCommandBufferGLContext.cpp 45 #define EGL_SAMPLE_BUFFERS 0x3032
183 EGL_SAMPLE_BUFFERS, 1,
  /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/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 252 EGL10.EGL_SAMPLE_BUFFERS,
287 "EGL_SAMPLE_BUFFERS",
  /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/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java 227 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",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 208 EGL10.EGL_SAMPLE_BUFFERS,
243 "EGL_SAMPLE_BUFFERS",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 211 EGL10.EGL_SAMPLE_BUFFERS,
246 "EGL_SAMPLE_BUFFERS",
  /frameworks/rs/driver/
rsdGL.cpp 107 X(EGL_SAMPLE_BUFFERS),
223 configAttribsPtr[0] = EGL_SAMPLE_BUFFERS;

Completed in 374 milliseconds

1 2 3 4 5