Home
last modified time | relevance | path

Searched defs:getContextPriority (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/
DContextImpl.cpp54 egl::ContextPriority ContextImpl::getContextPriority() const in getContextPriority() function in rx::ContextImpl
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h652 egl::ContextPriority getContextPriority() const override { return mContextPriority; } in getContextPriority() function
/external/angle/src/libANGLE/
DState.h114 EGLenum getContextPriority() const { return mContextPriority; } in getContextPriority() function
DContext.cpp1144 EGLenum Context::getContextPriority() const in getContextPriority() function in gl::Context