Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES.cpp2643 bool ValidateGetQueryObjectValueBase(const Context *context, in ValidateGetQueryObjectValueBase() function
2709 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectivEXT()
2733 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectivRobustANGLE()
2761 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuivEXT()
2787 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectuivRobustANGLE()
2813 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjecti64vEXT()
2837 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjecti64vRobustANGLE()
2863 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectui64vEXT()
2887 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectui64vRobustANGLE()
H A DvalidationES.h267 bool ValidateGetQueryObjectValueBase(const Context *context,
H A DvalidationES3.cpp1716 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuiv()