HomeSort by relevance Sort by last modified time
    Searched full:customdecoder (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 46 bool customDecoder() { return m_customDecoder; }
ApiGen.cpp 80 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); }
87 if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", ");
821 if (e->customDecoder()) {
836 if ((pass == PASS_FunctionCall) && (j != 0 || e->customDecoder())) fprintf(fp, ", ");
    [all...]

Completed in 136 milliseconds