Home | History | Annotate | Download | only in opengl

Lines Matching refs:HOST

23 emugl-begin-host-static-library = $(call emugl-begin-module,$1,HOST_STATIC_LIBRARY,HOST)
24 emugl-begin-host-shared-library = $(call emugl-begin-module,$1,HOST_SHARED_LIBRARY,HOST)
25 emugl-begin-host-executable = $(call emugl-begin-module,$1,HOST_EXECUTABLE,HOST)
100 # $3: "HOST" for a host module, empty for a target one.
105 $(error There is already a $(if $3,host,) module named $1!)\
170 $(info . HOST=$(_emugl_HOST))\
208 # <basename> is the emugen basename (see host/tools/emugen/README)