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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 58 ATTRIBUTE( EGL_MAX_SWAP_INTERVAL ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 99 X(EGL_MAX_SWAP_INTERVAL),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 57 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval;
106 egl.getConfigAttrib(display, config, EGL_MAX_SWAP_INTERVAL, &dst->maxSwapInterval);
egluStrUtil.cpp 70 case EGL_MAX_SWAP_INTERVAL:
egluStrUtil.inl 94 case EGL_MAX_SWAP_INTERVAL: return "EGL_MAX_SWAP_INTERVAL";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 81 public static final int EGL_MAX_SWAP_INTERVAL = 0x303C;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 266 { EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE },
435 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, },
558 { EGL_MAX_SWAP_INTERVAL, "max_swap_interval" },
656 EGL_MAX_SWAP_INTERVAL,
teglConfigList.cpp 138 egl.getConfigAttrib(display, configs[i], EGL_MAX_SWAP_INTERVAL, &val);
teglChooseConfigReference.cpp 305 rules[EGL_MAX_SWAP_INTERVAL] = AttribRule(EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE);
teglQueryConfigTests.cpp 68 case EGL_MAX_SWAP_INTERVAL:
573 { EGL_MAX_SWAP_INTERVAL, "max_swap_interval" },
  /external/mesa3d/src/egl/main/
eglconfig.h 129 ATTRIB_MAP(EGL_MAX_SWAP_INTERVAL, MaxSwapInterval);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 81 public static final int EGL_MAX_SWAP_INTERVAL = 0x303C;
  /development/ndk/platforms/android-14/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-18/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-19/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-21/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-23/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-24/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /development/ndk/platforms/android-9/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 124 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /frameworks/native/opengl/include/EGL/
egl.h 154 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 215 X(EGL_MAX_SWAP_INTERVAL),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 127 X(EGL_MAX_SWAP_INTERVAL),
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 203 X(EGL_MAX_SWAP_INTERVAL),

Completed in 354 milliseconds

1 2 3 4 5 6