Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h407 bool isQueryActive(QueryType type) const;
408 bool isQueryActive(Query *query) const;
DvalidationES.cpp584 state.isQueryActive(QueryType::TimeElapsed)) in ValidateProgramDrawStates()
2163 if (context->getState().isQueryActive(target)) in ValidateBeginQueryBase()
2260 if (queryObject && context->getState().isQueryActive(queryObject)) in ValidateQueryCounterEXT()
2399 if (context->getState().isQueryActive(queryObject)) in ValidateGetQueryObjectValueBase()
DState.cpp2055 bool State::isQueryActive(QueryType type) const in isQueryActive() function in gl::State
2073 bool State::isQueryActive(Query *query) const in isQueryActive() function in gl::State
DvalidationES2.cpp2597 if (framebuffer->getNumViews() > 1 && state.isQueryActive(QueryType::TimeElapsed)) in ValidateClear()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2136 handleDirtyGraphicsScissorImpl(mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in handleDirtyGraphicsScissor()
3849 mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in syncState()
3920 mState.isQueryActive(gl::QueryType::PrimitivesGenerated)); in syncState()