Searched refs:ValidateStateQuery (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES.h | 306 bool ValidateStateQuery(const Context *context,
|
D | validationES1.cpp | 859 return ValidateStateQuery(context, pname, &nativeType, &numParams); in ValidateGetFixedv()
|
D | validationES2.cpp | 4470 return ValidateStateQuery(context, pname, &nativeType, &numParams); in ValidateGetBooleanv() 4482 return ValidateStateQuery(context, pname, &nativeType, &numParams); in ValidateGetFloatv() 4489 return ValidateStateQuery(context, pname, &nativeType, &numParams); in ValidateGetIntegerv()
|
D | validationESEXT.cpp | 690 if (!ValidateStateQuery(context, pname, &nativeType, &numParams)) in ValidateGetInteger64vEXT()
|
D | validationES.cpp | 2639 bool ValidateStateQuery(const Context *context, in ValidateStateQuery() function 2836 if (!ValidateStateQuery(context, pname, nativeType, numParams)) in ValidateRobustStateQuery()
|
D | validationES3.cpp | 4423 if (!ValidateStateQuery(context, pname, &nativeType, &numParams)) in ValidateGetInteger64v()
|