Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationES3.cpp3238 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 DvalidationES31.cpp393 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr)) in ValidateGetBooleani_v()
423 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetBooleani_vRobustANGLE()
H A DvalidationES.h884 bool ValidateIndexedStateQuery(const Context *context,