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.c24 void printVarType(FILE *f, const VarType *vt) { in printVarType()
59 void printVarTypeAndName(FILE *f, const VarType *vt) { in printVarTypeAndName()
168 const VarType *vt = &api->params[ct]; in hasInlineDataPointers()
222 const VarType *vt = &api->params[ct2]; in printApiCpp()
236 const VarType *vt = &api->params[ct2]; in printApiCpp()
256 const VarType *vt = &api->params[ct2]; in printApiCpp()
273 const VarType *vt = &api->params[ct2]; in printApiCpp()
294 const VarType *vt = &api->params[ct2]; in printApiCpp()
349 const VarType *vt = &api->params[ct2]; in printApiCpp()
357 const VarType *vt = &api->params[ct2]; in printApiCpp()
[all …]
Dspec.l16 VarType *currType = 0;
24 VarType *baseType = currType; in checkPointerType()