Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h86 bool ValidQueryType(const Context *context, QueryType queryType);
DvalidationES.cpp1266 bool ValidQueryType(const Context *context, QueryType queryType) in ValidQueryType() function
2262 if (!ValidQueryType(context, target)) in ValidateBeginQueryBase()
2332 if (!ValidQueryType(context, target)) in ValidateEndQueryBase()
2407 if (!ValidQueryType(context, target) && target != QueryType::Timestamp) in ValidateGetQueryivBase()