Searched refs:ValidateGetQueryObjectValueBase (Results 1 – 3 of 3) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | validationES.cpp | 1948 bool ValidateGetQueryObjectValueBase(const Context *context, in ValidateGetQueryObjectValueBase() function 2012 return ValidateGetQueryObjectValueBase(context, id, pname, nullptr); in ValidateGetQueryObjectivEXT() 2035 if (!ValidateGetQueryObjectValueBase(context, id, pname, &numParams)) in ValidateGetQueryObjectivRobustANGLE() 2061 return ValidateGetQueryObjectValueBase(context, id, pname, nullptr); in ValidateGetQueryObjectuivEXT() 2085 if (!ValidateGetQueryObjectValueBase(context, id, pname, &numParams)) in ValidateGetQueryObjectuivRobustANGLE() 2110 return ValidateGetQueryObjectValueBase(context, id, pname, nullptr); in ValidateGetQueryObjecti64vEXT() 2133 if (!ValidateGetQueryObjectValueBase(context, id, pname, &numParams)) in ValidateGetQueryObjecti64vRobustANGLE() 2158 return ValidateGetQueryObjectValueBase(context, id, pname, nullptr); in ValidateGetQueryObjectui64vEXT() 2181 if (!ValidateGetQueryObjectValueBase(context, id, pname, &numParams)) in ValidateGetQueryObjectui64vRobustANGLE()
|
| D | validationES.h | 207 bool ValidateGetQueryObjectValueBase(const Context *context,
|
| D | validationES3.cpp | 1396 return ValidateGetQueryObjectValueBase(context, id, pname, nullptr); in ValidateGetQueryObjectuiv()
|