Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES3.cpp3230 bool ValidateIndexedStateQuery(const Context *context, in ValidateIndexedStateQuery() function
3405 return ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr); in ValidateGetIntegeri_v()
3429 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetIntegeri_vRobustANGLE()
3455 return ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr); in ValidateGetInteger64i_v()
3479 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetInteger64i_vRobustANGLE()
DvalidationES31.cpp393 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, nullptr)) in ValidateGetBooleani_v()
423 if (!ValidateIndexedStateQuery(context, entryPoint, target, index, &numParams)) in ValidateGetBooleani_vRobustANGLE()
DvalidationES.h879 bool ValidateIndexedStateQuery(const Context *context,