Home
last modified time | relevance | path

Searched refs:ValidateStateQuery (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES.h436 bool ValidateStateQuery(const Context *context,
DvalidationES2.cpp4779 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetBooleanv()
4801 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFloatv()
4818 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetIntegerv()
DvalidationES1.cpp998 return ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams); in ValidateGetFixedv()
DvalidationES.cpp3004 bool ValidateStateQuery(const Context *context, in ValidateStateQuery() function
3246 if (!ValidateStateQuery(context, entryPoint, pname, nativeType, numParams)) in ValidateRobustStateQuery()
DvalidationES3.cpp4910 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64v()
DvalidationESEXT.cpp1260 if (!ValidateStateQuery(context, entryPoint, pname, &nativeType, &numParams)) in ValidateGetInteger64vEXT()