Searched refs:ValidateStateQuery (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES2.cpp | 4684 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetBooleanv() 4699 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFloatv() 4709 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetIntegerv()
|
H A D | validationES.h | 375 bool ValidateStateQuery(const Context *context,
|
H A D | validationES1.cpp | 998 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFixedv()
|
H A D | validationES.cpp | 3063 bool ValidateStateQuery(const Context *context, in ValidateStateQuery() function 3305 if (!ValidateStateQuery(context, entryPoint, pname, nativeType, numParams)) in ValidateRobustStateQuery()
|
H A D | validationESEXT.cpp | 1260 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64vEXT()
|
H A D | validationES3.cpp | 4852 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64v()
|