HomeSort by relevance Sort by last modified time
    Searched refs:mTransparentType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
Config.h 66 EGLenum mTransparentType; // Type of transparency supported
Config.cpp 131 mTransparentType = EGL_NONE;
289 case EGL_TRANSPARENT_TYPE: match = config->mTransparentType == (EGLenum) attribute[1]; break;
Display.cpp 163 case EGL_TRANSPARENT_TYPE: *value = configuration->mTransparentType; break;

Completed in 79 milliseconds