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