Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h112 #define EGL_SAMPLES 0x3031 macro
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp323 …case EGL_SAMPLES: match = config->mSamples >= attribute[1]; … in getConfigs()
DDisplay.cpp318 case EGL_SAMPLES: *value = configuration->mSamples; break; in getConfigAttrib()