Searched refs:ValidateGetQueryObjectValueBase (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES.cpp | 2643 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 D | validationES.h | 267 bool ValidateGetQueryObjectValueBase(const Context *context,
|
H A D | validationES3.cpp | 1716 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuiv()
|