Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.h49 bool notApi() const { return m_notApi; } in notApi() function
DApiGen.cpp109 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genProcTypes()
151 if (e->notApi()) continue; in genFuncTable()
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()