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

1 2 3 4 5 6 7

  /external/skia/tools/viewer/sk_app/android/
GLWindowContext_android.cpp 82 EGL_SAMPLES, fDisplayParams.fMSAASampleCount,
133 eglGetConfigAttrib(fDisplay, surfaceConfig, EGL_SAMPLES, &fSampleCount);
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 48 ATTRIBUTE( EGL_SAMPLES ),
  /external/deqp/framework/egl/
egluConfigFilter.cpp 81 int CandidateConfig::samples (void) const { return get(EGL_SAMPLES); }
egluConfigInfo.cpp 64 case EGL_SAMPLES: return samples;
113 egl.getConfigAttrib(display, config, EGL_SAMPLES, &dst->samples);
egluStrUtil.cpp 74 case EGL_SAMPLES:
egluStrUtil.inl 100 case EGL_SAMPLES: return "EGL_SAMPLES";
egluGLUtil.cpp 206 { &glu::RenderConfig::numSamples, EGL_SAMPLES },
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 89 X(EGL_SAMPLES),
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 43 #define EGL_SAMPLES 0x3031
302 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_SAMPLES, &result);
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 70 public static final int EGL_SAMPLES = 0x3031;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 271 { EGL_SAMPLES, 0 },
441 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, },
564 { EGL_SAMPLES, "samples" },
634 EGL_SAMPLES
662 EGL_SAMPLES,
teglChooseConfigReference.cpp 252 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>,
311 rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 6
teglConfigList.cpp 154 egl.getConfigAttrib(display, configs[i], EGL_SAMPLES, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 52 int EGL_SAMPLES = 0x3031;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 126 EGL_SAMPLES, samples,
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 251 EGL10.EGL_SAMPLES,
286 "EGL_SAMPLES",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 263 EGL10.EGL_SAMPLES,
298 "EGL_SAMPLES",
  /external/mesa3d/src/egl/main/
eglconfig.h 119 ATTRIB_MAP(EGL_SAMPLES, Samples);
eglconfig.c 222 { EGL_SAMPLES, ATTRIB_TYPE_INTEGER,
590 EGL_SAMPLES,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 70 public static final int EGL_SAMPLES = 0x3031;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 135 #define EGL_SAMPLES 0x3031
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 207 EGL10.EGL_SAMPLES,
242 "EGL_SAMPLES",
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 207 EGL10.EGL_SAMPLES,
242 "EGL_SAMPLES",
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 210 EGL10.EGL_SAMPLES,
245 "EGL_SAMPLES",
  /external/skia/src/views/win/
SkOSWindow_win.cpp 505 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES;
572 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount);

Completed in 245 milliseconds

1 2 3 4 5 6 7