Searched refs:mNativeRenderable (Results 1 – 3 of 3) sorted by relevance
64 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface variable
180 mNativeRenderable = EGL_FALSE; in Config()380 …case EGL_NATIVE_RENDERABLE: match = config->mNativeRenderable == (EGLBoolean)attribIt->se… in getConfigs()
257 case EGL_NATIVE_RENDERABLE: *value = configuration->mNativeRenderable; break; in getConfigAttrib()