Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DConfig.cpp51 mNativeRenderable = EGL_DONT_CARE; in setDefaults()
166 mNativeRenderable = EGL_FALSE; in set()
321 …case EGL_NATIVE_RENDERABLE: match = config->mNativeRenderable == attribute[1]; … in getConfigs()
DConfig.h61 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface variable
DDisplay.cpp316 case EGL_NATIVE_RENDERABLE: *value = configuration->mNativeRenderable; break; in getConfigAttrib()