Searched refs:ValidateIndexedStateQuery (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES3.cpp | 3238 bool ValidateIndexedStateQuery(const Context *context, in ValidateIndexedStateQuery() function 3392 return ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr); in ValidateGetIntegeri_v() 3416 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetIntegeri_vRobustANGLE() 3442 return ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr); in ValidateGetInteger64i_v() 3466 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetInteger64i_vRobustANGLE()
|
H A D | validationES31.cpp | 393 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr)) in ValidateGetBooleani_v() 423 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetBooleani_vRobustANGLE()
|
H A D | validationES.h | 884 bool ValidateIndexedStateQuery(const Context *context,
|