Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp53 egl::ContextPriority ContextImpl::getContextPriority() const in getContextPriority() function in rx::ContextImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h606 egl::ContextPriority getContextPriority() const override { return mContextPriority; } in getContextPriority() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h113 EGLenum getContextPriority() const { return mContextPriority; } in getContextPriority() function
DContext.cpp1069 EGLenum Context::getContextPriority() const in getContextPriority() function in gl::Context