Home
last modified time | relevance | path

Searched refs:isQueryActive (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
DState.h407 bool isQueryActive(QueryType type) const;
408 bool isQueryActive(Query *query) const;
DvalidationES.cpp563 state.isQueryActive(QueryType::TimeElapsed)) in ValidateProgramDrawStates()
2053 if (context->getState().isQueryActive(target)) in ValidateBeginQueryBase()
2142 if (queryObject && context->getState().isQueryActive(queryObject)) in ValidateQueryCounterEXT()
2276 if (context->getState().isQueryActive(queryObject)) in ValidateGetQueryObjectValueBase()
DState.cpp1984 bool State::isQueryActive(QueryType type) const in isQueryActive() function in gl::State
2002 bool State::isQueryActive(Query *query) const in isQueryActive() function in gl::State
DvalidationES2.cpp2795 if (framebuffer->getNumViews() > 1 && state.isQueryActive(QueryType::TimeElapsed)) in ValidateClear()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp2013 handleDirtyGraphicsScissorImpl(mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in handleDirtyGraphicsScissor()
3624 mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in syncState()
3694 mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in syncState()