Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.cpp2548 bool ValidateGetQueryObjectValueBase(const Context *context, in ValidateGetQueryObjectValueBase() function
2614 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectivEXT()
2638 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectivRobustANGLE()
2666 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuivEXT()
2692 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectuivRobustANGLE()
2718 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjecti64vEXT()
2742 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjecti64vRobustANGLE()
2768 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectui64vEXT()
2792 if (!ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, &numParams)) in ValidateGetQueryObjectui64vRobustANGLE()
DvalidationES.h267 bool ValidateGetQueryObjectValueBase(const Context *context,
DvalidationES3.cpp1696 return ValidateGetQueryObjectValueBase(context, entryPoint, id, pname, nullptr); in ValidateGetQueryObjectuiv()