HomeSort by relevance Sort by last modified time
    Searched refs:ApiEntry (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
spec.h 33 } ApiEntry;
35 extern ApiEntry apis[128];
spec.l 18 ApiEntry apis[128];
62 memset(&apis[apiCount], 0, sizeof(ApiEntry));
rsg_generator.c 85 void printArgList(FILE *f, const ApiEntry * api, int assumePrevious) {
105 const ApiEntry * api = &apis[ct];
119 void printFuncDecl(FILE *f, const ApiEntry *api, const char *prefix, int addContext, int isFnPtr) {
167 static int hasInlineDataPointers(const ApiEntry * api) {
213 const ApiEntry * api = &apis[ct];
345 const ApiEntry * api = &apis[ct];
392 const ApiEntry * api = &apis[ct];

Completed in 71 milliseconds