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

1 2 3 4 5 6

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 57 ATTRIBUTE( EGL_MIN_SWAP_INTERVAL ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 98 X(EGL_MIN_SWAP_INTERVAL),
  /external/deqp/framework/egl/
egluConfigInfo.cpp 58 case EGL_MIN_SWAP_INTERVAL: return minSwapInterval;
107 egl.getConfigAttrib(display, config, EGL_MIN_SWAP_INTERVAL, &dst->minSwapInterval);
egluStrUtil.cpp 71 case EGL_MIN_SWAP_INTERVAL:
egluStrUtil.inl 95 case EGL_MIN_SWAP_INTERVAL: return "EGL_MIN_SWAP_INTERVAL";
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 80 public static final int EGL_MIN_SWAP_INTERVAL = 0x303B;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 267 { EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE },
436 { EGL_MIN_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 1>, },
559 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" },
657 EGL_MIN_SWAP_INTERVAL,
teglConfigList.cpp 141 egl.getConfigAttrib(display, configs[i], EGL_MIN_SWAP_INTERVAL, &val);
teglChooseConfigReference.cpp 306 rules[EGL_MIN_SWAP_INTERVAL] = AttribRule(EGL_MIN_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE);
teglQueryConfigTests.cpp 69 case EGL_MIN_SWAP_INTERVAL:
574 { EGL_MIN_SWAP_INTERVAL, "min_swap_interval" },
  /external/mesa3d/src/egl/main/
eglconfig.h 128 ATTRIB_MAP(EGL_MIN_SWAP_INTERVAL, MinSwapInterval);
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 80 public static final int EGL_MIN_SWAP_INTERVAL = 0x303B;
  /development/ndk/platforms/android-14/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-18/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-19/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-21/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-23/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-24/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /development/ndk/platforms/android-9/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 122 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 123 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /frameworks/native/opengl/include/EGL/
egl.h 153 #define EGL_MIN_SWAP_INTERVAL 0x303B
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 214 X(EGL_MIN_SWAP_INTERVAL),
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 126 X(EGL_MIN_SWAP_INTERVAL),
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 202 X(EGL_MIN_SWAP_INTERVAL),

Completed in 85 milliseconds

1 2 3 4 5 6