Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/generic-apigen/
DApiGen.cpp273 bool shouldCallWithContext = (side == CLIENT_SIDE); in genEntryPoints() local
275 if (shouldCallWithContext) { in genEntryPoints()
284 shouldCallWithContext ? "ctx" : ""); in genEntryPoints()
290 j != 0 || shouldCallWithContext ? "," : "", in genEntryPoints()