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

1 2 3 4

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 56 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;
103 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 264 { EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE },
433 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, },
520 { EGL_MAX_SWAP_INTERVAL, "max_swap_interval" },
618 EGL_MAX_SWAP_INTERVAL,
teglConfigList.cpp 138 egl.getConfigAttrib(display, configs[i], EGL_MAX_SWAP_INTERVAL, &val);
teglChooseConfigReference.cpp 288 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 121 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-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/mesa3d/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /frameworks/native/opengl/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 208 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),
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C

Completed in 304 milliseconds

1 2 3 4