Home
last modified time | relevance | path

Searched refs:ValidQueryType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.cpp1417 bool ValidQueryType(const Context *context, QueryType queryType) in ValidQueryType() function
2414 if (!ValidQueryType(context, target)) in ValidateBeginQueryBase()
2484 if (!ValidQueryType(context, target)) in ValidateEndQueryBase()
2559 if (!ValidQueryType(context, target) && target != QueryType::Timestamp) in ValidateGetQueryivBase()
H A DvalidationES.h91 bool ValidQueryType(const Context *context, QueryType queryType);