Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DApiGen.cpp270 bool shouldCallWithContext = (side == CLIENT_SIDE); in genEntryPoints() local
272 if (shouldCallWithContext) { in genEntryPoints()
281 shouldCallWithContext ? "ctx" : ""); in genEntryPoints()
287 j != 0 || shouldCallWithContext ? "," : "", in genEntryPoints()