Home
last modified time | relevance | path

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

/frameworks/rs/
Dspec.h20 } VarType; typedef
22 extern VarType *currType;
31 VarType ret;
32 VarType params[16];
Drsg_generator.c42 void printVarType(FILE *f, const VarType *vt) { in printVarType()
77 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()
175 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()
229 const VarType *vt = &api->params[ct2]; in printApiCpp()
243 const VarType *vt = &api->params[ct2]; in printApiCpp()
263 const VarType *vt = &api->params[ct2]; in printApiCpp()
280 const VarType *vt = &api->params[ct2]; in printApiCpp()
301 const VarType *vt = &api->params[ct2]; in printApiCpp()
362 const VarType *vt = &api->params[ct2]; in printApiCpp()
417 const VarType *vt = &api->params[ct2]; in printPlaybackCpp()
Dspec.l16 VarType *currType = 0;
24 VarType *baseType = currType; in checkPointerType()