Home
last modified time | relevance | path

Searched refs:EGL_MIN_SWAP_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglValidate.cpp43 case EGL_MIN_SWAP_INTERVAL: in confAttrib()
DEglConfig.cpp288 case EGL_MIN_SWAP_INTERVAL: in getConfAttrib()
DEglImp.cpp640 case EGL_MIN_SWAP_INTERVAL: in eglChooseConfig()
642 CHOOSE_CONFIG_DLOG_BAD_ATTRIBUTE(EGL_MIN_SWAP_INTERVAL); in eglChooseConfig()
646 wanted_attribs.push_back(EGL_MIN_SWAP_INTERVAL); in eglChooseConfig()
/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp63 EGL_MIN_SWAP_INTERVAL,
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h153 #define EGL_MIN_SWAP_INTERVAL 0x303B macro