Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h113 #define EGL_SAMPLE_BUFFERS 0x3032 macro
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp324 …case EGL_SAMPLE_BUFFERS: match = config->mSampleBuffers >= attribute[1]; … in getConfigs()
DDisplay.cpp319 case EGL_SAMPLE_BUFFERS: *value = configuration->mSampleBuffers; break; in getConfigAttrib()