Home
last modified time | relevance | path

Searched refs:ValidateBeginQueryBase (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationES.h188 bool ValidateBeginQueryBase(const Context *context, QueryType target, QueryID id);
DvalidationES.cpp1729 bool ValidateBeginQueryBase(const Context *context, QueryType target, QueryID id) in ValidateBeginQueryBase() function
1792 return ValidateBeginQueryBase(context, target, id); in ValidateBeginQueryEXT()
DvalidationES3.cpp1360 return ValidateBeginQueryBase(context, target, id); in ValidateBeginQuery()