Home
last modified time | relevance | path

Searched refs:ValidateStateQuery (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES2.cpp4684 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetBooleanv()
4699 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFloatv()
4709 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetIntegerv()
H A DvalidationES.h375 bool ValidateStateQuery(const Context *context,
H A DvalidationES1.cpp998 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFixedv()
H A DvalidationES.cpp3063 bool ValidateStateQuery(const Context *context, in ValidateStateQuery() function
3305 if (!ValidateStateQuery(context, entryPoint, pname, nativeType, numParams)) in ValidateRobustStateQuery()
H A DvalidationESEXT.cpp1260 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64vEXT()
H A DvalidationES3.cpp4852 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64v()