Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h84 bool ValidQueryType(const Context *context, QueryType queryType);
DvalidationES.cpp1186 bool ValidQueryType(const Context *context, QueryType queryType) in ValidQueryType() function
2025 if (!ValidQueryType(context, target)) in ValidateBeginQueryBase()
2091 if (!ValidQueryType(context, target)) in ValidateEndQueryBase()
2161 if (!ValidQueryType(context, target) && target != QueryType::Timestamp) in ValidateGetQueryivBase()