Home
last modified time | relevance | path

Searched refs:EGL_SLOW_CONFIG (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ macro
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglX11Api.cpp144 else if(tmp == GLX_SLOW_CONFIG) caveat = EGL_SLOW_CONFIG; in pixelFormatToConfig()
DEglImp.cpp357 …if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_SLOW_CONFIG && attrib_list[i+1] != EGL_… in eglChooseConfig()