Home
last modified time | relevance | path

Searched defs:EGL_MIN_SWAP_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/include/EGL/
Degl.h153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java82 public static final int EGL_MIN_SWAP_INTERVAL = 0x303B; field in EGL14