Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DContextImpl.cpp48 egl::ContextPriority ContextImpl::getContextPriority() const in getContextPriority() function in rx::ContextImpl
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.h501 egl::ContextPriority getContextPriority() const override { return mContextPriority; } in getContextPriority() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DState.h112 EGLenum getContextPriority() const { return mContextPriority; } in getContextPriority() function
DContext.cpp923 EGLenum Context::getContextPriority() const in getContextPriority() function in gl::Context