Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Drenderer_utils.h177 bool ShouldUseVirtualizedContexts(const egl::AttributeMap &attribs, bool defaultValue);
Drenderer_utils.cpp464 bool ShouldUseVirtualizedContexts(const egl::AttributeMap &attribs, bool defaultValue) in ShouldUseVirtualizedContexts() function
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp57 ShouldUseVirtualizedContexts(mDisplayAttributes, kDefaultEGLVirtualizedContexts); in initialize()