Searched refs:ValidateRobustStateQuery (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES.cpp | 3218 if (!ValidateRobustStateQuery(context, entryPoint, pname, bufSize, &nativeType, &numParams)) in ValidateGetBooleanvRobustANGLE() 3238 if (!ValidateRobustStateQuery(context, entryPoint, pname, bufSize, &nativeType, &numParams)) in ValidateGetFloatvRobustANGLE() 3258 if (!ValidateRobustStateQuery(context, entryPoint, pname, bufSize, &nativeType, &numParams)) in ValidateGetIntegervRobustANGLE() 3278 if (!ValidateRobustStateQuery(context, entryPoint, pname, bufSize, &nativeType, &numParams)) in ValidateGetInteger64vRobustANGLE() 3293 bool ValidateRobustStateQuery(const Context *context, in ValidateRobustStateQuery() function
|
H A D | validationES.h | 392 bool ValidateRobustStateQuery(const Context *context,
|