Lines Matching full:gles
72 --gles-include=*) GLES_INCLUDE=$optarg
75 --gles-libs=*) GLES_LIBS=$optarg
78 --no-gles) GLES_PROBE=no
109 echo " --gles-include=PATH specify path to GLES emulation headers"
110 echo " --gles-libs=PATH specify path to GLES emulation host libraries"
111 echo " --no-gles disable GLES emulation support"
182 # you use --gles-libs to point explicitely to a different directory.
229 # Try to find the GLES emulation headers and libraries automatically
233 log "GLES : Probing for headers"
236 log "GLES : Headers in $GLES_INCLUDE"
239 echo "Disabling GLES emulation from this build!"
244 log "GLES : Probing for host libraries"
247 echo "GLES : Libs in $GLES_LIBS"
250 echo "Disabling GLES emulation from this build!"
259 log "GLES : Probing for headers"
262 log "GLES : Headers in $GLES_INCLUDE"
265 echo "Disabling GLES emulation from this build!"
270 log "GLES : Probing for host libraries"
273 echo "GLES : Libs in $GLES_LIBS"
276 echo "Disabling GLES emulation from this build!"
285 echo "ERROR: You must use both --gles-include and --gles-libs at the same time!"
286 echo " Or use --no-gles to disable its support from this build."
293 echo "Please fix this by using --gles-include to point to the right directory!"
303 echo "Please fix this by using --gles-libs to point to the right directory!"
314 log "GLES : Copying $GLES_LIB"