Home
last modified time | relevance | path

Searched refs:getContextPriority (Results 1 – 9 of 9) 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
DContextImpl.h247 virtual egl::ContextPriority getContextPriority() const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h470 EGLenum getContextPriority() const;
DState.h113 EGLenum getContextPriority() const { return mContextPriority; } in getContextPriority() function
Dqueryutils.cpp4188 *value = static_cast<EGLint>(context->getContextPriority()); in QueryContextAttrib()
DContext.cpp1069 EGLenum Context::getContextPriority() const in getContextPriority() function in gl::Context
1071 return egl::ToEGLenum(mImplementation->getContextPriority()); in getContextPriority()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.h606 egl::ContextPriority getContextPriority() const override { return mContextPriority; } in getContextPriority() function
DContextVk.cpp307 return egl::FromEGLenum<egl::ContextPriority>(state.getContextPriority()); in GetContextPriority()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp538 json->addScalar("Priority", state.getContextPriority()); in SerializeContextState()