Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh28 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=
[all …]