Searched refs:CanCompile (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpando.py26 elif apiutil.CanCompile(func_name) or apiutil.SetsClientState(func_name):
44 if apiutil.CanCompile(func_name):
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_header.py222 if apiutil.CanCompile(func_name):
H A Ddlm_generated.py400 if apiutil.CanCompile(func_name):
/vbox/src/VBox/GuestHost/OpenGL/glapi_parser/
H A Dapiutil.py391 def CanCompile(funcName): function
442 if CanCompile(funcName) and "render" not in props and "useclient" not in props and "setclient" not in props:

Completed in 2786 milliseconds