Home
last modified time | relevance | path

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

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