Home
last modified time | relevance | path

Searched refs:customDecoder (Results 1 – 2 of 2) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h47 bool customDecoder() { return m_customDecoder; } in customDecoder() function
DApiGen.cpp96 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); } in genProcTypes()
103 …if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", "… in genProcTypes()
109 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genProcTypes()
190 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genContext()
917 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genContextImpl()
1071 if (e->customDecoder() && !e->notApi()) { in genDecoderImpl()
1076 if (e->customDecoder()) { in genDecoderImpl()
1110 (j != 0 || e->customDecoder())) { in genDecoderImpl()