Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh28 GLES_INCLUDE=
72 --gles-include=*) GLES_INCLUDE=$optarg
232 if [ -z "$GLES_INCLUDE" ]; then
234 GLES_INCLUDE=$ANDROID_TOP/sdk/emulator/opengl/host/include
235 if [ -d "$GLES_INCLUDE" ]; then
236 log "GLES : Headers in $GLES_INCLUDE"
238 echo "Warning: Could not find OpenGLES emulation include dir: $GLES_INCLUDE"
258 if [ -z "$GLES_INCLUDE" ]; then
260 GLES_INCLUDE=../../sdk/emulator/opengl/host/include
261 if [ -d "$GLES_INCLUDE" ]; then
[all …]