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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 42 case EGL_SAMPLES:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 58 case EGL_SAMPLES: return samples;
95 eglGetConfigAttrib(display, config, EGL_SAMPLES, &dst->samples);
egluConfigFilter.hpp 97 typedef FilterTemplate<EGL_SAMPLES> ConfigSamples;
egluStrUtil.cpp 80 case EGL_SAMPLES:
egluStrUtil.inl 98 case EGL_SAMPLES: return "EGL_SAMPLES";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 125 case EGL_SAMPLES:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 46 ATTRIBUTE( EGL_SAMPLES ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 90 X(EGL_SAMPLES),
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 70 public static final int EGL_SAMPLES = 0x3031;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 227 { EGL_SAMPLES, 0 },
398 { EGL_SAMPLES, ChooseConfigRandomCase::getInt<0, 1>, },
485 { EGL_SAMPLES, "samples" },
555 EGL_SAMPLES
583 EGL_SAMPLES,
teglChooseConfigReference.cpp 176 SurfaceConfig::compareAttributeSmaller<EGL_SAMPLES>,
230 rules[EGL_SAMPLES] = AttribRule(EGL_SAMPLES, 0, CRITERIA_AT_LEAST, SORTORDER_SMALLER); // 6
teglConfigList.cpp 152 eglGetConfigAttrib(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,
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 437 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES;
500 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount);
  /external/skia/src/views/win/
SkOSWindow_win.cpp 437 msaaConfigAttribList[kConfigAttribListCnt + 1] = EGL_SAMPLES;
500 eglGetConfigAttrib(fDisplay, fConfig, EGL_SAMPLES, &info->fSampleCount);
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 263 EGL10.EGL_SAMPLES,
298 "EGL_SAMPLES",
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 251 EGL10.EGL_SAMPLES,
286 "EGL_SAMPLES",
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 111 ATTRIB_MAP(EGL_SAMPLES, Samples);
  /external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 224 EGL10.EGL_SAMPLES, mRequestedMSAASampleCount,
  /external/mesa3d/src/egl/main/
eglconfig.h 111 ATTRIB_MAP(EGL_SAMPLES, Samples);
  /external/skia/platform_tools/android/app/src/com/skia/
SkiaSampleView.java 224 EGL10.EGL_SAMPLES, mRequestedMSAASampleCount,
  /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",

Completed in 734 milliseconds

1 2 3 4 5