Searched refs:ValidateIndexedStateQuery (Results 1 – 3 of 3) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | validationES3.cpp | 3230 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()
|
| 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()
|
| D | validationES.h | 879 bool ValidateIndexedStateQuery(const Context *context,
|