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

1 2 3 4

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 35 case EGL_MAX_SWAP_INTERVAL:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 51 case EGL_MAX_SWAP_INTERVAL: return maxSwapInterval;
88 eglGetConfigAttrib(display, config, EGL_MAX_SWAP_INTERVAL, &dst->maxSwapInterval);
egluStrUtil.cpp 76 case EGL_MAX_SWAP_INTERVAL:
egluStrUtil.inl 92 case EGL_MAX_SWAP_INTERVAL: return "EGL_MAX_SWAP_INTERVAL";
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.cc 107 case EGL_MAX_SWAP_INTERVAL:
  /frameworks/native/opengl/tests/configdump/
configdump.cpp 56 ATTRIBUTE( EGL_MAX_SWAP_INTERVAL ),
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 100 X(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 222 { EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE },
392 { EGL_MAX_SWAP_INTERVAL, ChooseConfigRandomCase::getInt<0, 2>, },
479 { EGL_MAX_SWAP_INTERVAL, "max_swap_interval" },
577 EGL_MAX_SWAP_INTERVAL,
teglChooseConfigReference.cpp 224 rules[EGL_MAX_SWAP_INTERVAL] = AttribRule(EGL_MAX_SWAP_INTERVAL, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_NONE);
teglConfigList.cpp 136 eglGetConfigAttrib(display, configs[i], EGL_MAX_SWAP_INTERVAL, &val);
teglQueryConfigTests.cpp 68 case EGL_MAX_SWAP_INTERVAL:
545 { EGL_MAX_SWAP_INTERVAL, "max_swap_interval" },
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.h 121 ATTRIB_MAP(EGL_MAX_SWAP_INTERVAL, MaxSwapInterval);
  /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;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 52 EGL_MAX_SWAP_INTERVAL,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /external/chromium_org/third_party/angle/src/libEGL/
Config.cpp 293 case EGL_MAX_SWAP_INTERVAL: match = config->mMaxSwapInterval == attribute[1]; break;
  /external/chromium_org/third_party/khronos/EGL/
egl.h 123 #define EGL_MAX_SWAP_INTERVAL 0x303C
  /external/chromium_org/third_party/mesa/src/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),

Completed in 797 milliseconds

1 2 3 4