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

  /development/tools/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, ", ");
818 if (e->customDecoder()) {
833 if ((pass == PASS_FunctionCall) && (j != 0 || e->customDecoder())) fprintf(fp, ", ");
    [all...]

Completed in 635 milliseconds