Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp2491 bool ValidateGetQueryObjectValueBase(const Context *context, in ValidateGetQueryObjectValueBase() function
2557 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectivEXT()
2581 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectivRobustANGLE()
2609 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuivEXT()
2635 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectuivRobustANGLE()
2661 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjecti64vEXT()
2685 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjecti64vRobustANGLE()
2711 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectui64vEXT()
2735 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectui64vRobustANGLE()
DvalidationES.h262 bool ValidateGetQueryObjectValueBase(const Context *context,
DvalidationES3.cpp1684 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuiv()