Lines Matching refs:GLES_DIR
28 GLES_DIR=
69 --gles-dir=*) GLES_DIR=$optarg
251 if [ -z "$GLES_DIR" ]; then
252 GLES_DIR=../../sdk/emulator/opengl
253 log2 "GLES : Probing source dir: $GLES_DIR"
254 if [ ! -d "$GLES_DIR" ]; then
255 GLES_DIR=../opengl
256 log2 "GLES : Probing source dir: $GLES_DIR"
257 if [ ! -d "$GLES_DIR" ]; then
258 GLES_DIR=
261 if [ -z "$GLES_DIR" ]; then
265 echo "GLES : Found GPU emulation sources: $GLES_DIR"
605 echo "EMULATOR_EMUGL_SOURCES_DIR := $GLES_DIR" >> $config_mk