Searched refs:mNativeRenderable (Results 1 – 3 of 3) sorted by relevance
65 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface variable
182 mNativeRenderable = EGL_FALSE; in Config()374 …case EGL_NATIVE_RENDERABLE: match = config->mNativeRenderable == (EGLBoolean)attribute[1]… in getConfigs()
238 case EGL_NATIVE_RENDERABLE: *value = configuration->mNativeRenderable; break; in getConfigAttrib()