Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
Dspec.h20 } VarType; typedef
22 extern VarType *currType;
31 VarType ret;
32 VarType params[16];
Drsg_generator.c23 void printVarType(FILE *f, const VarType *vt) { in printVarType()
58 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()
164 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()
218 const VarType *vt = &api->params[ct2]; in printApiCpp()
231 const VarType *vt = &api->params[ct2]; in printApiCpp()
252 const VarType *vt = &api->params[ct2]; in printApiCpp()
309 const VarType *vt = &api->params[ct2]; in printApiCpp()
328 const VarType *vt = &api->params[ct2]; in printApiCpp()
355 const VarType *vt = &api->params[ct2]; in printApiCpp()
409 const VarType *vt = &api->params[ct2]; in printApiCpp()
[all …]
Dspec.l16 VarType *currType = 0;
24 VarType *baseType = currType; in checkPointerType()