Lines Matching refs:GLES_INCLUDE
28 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
262 log "GLES : Headers in $GLES_INCLUDE"
264 echo "Warning: Could not find OpenGLES emulation include dir: $GLES_INCLUDE"
284 if [ -z "$GLES_INCLUDE" -o -z "$GLES_LIBS" ]; then
290 GLES_HEADER=$GLES_INCLUDE/libOpenglRender/render_api.h
579 if [ "$GLES_INCLUDE" -a "$GLES_LIBS" ]; then
580 echo "QEMU_OPENGLES_INCLUDE := $GLES_INCLUDE" >> $config_mk
687 if [ "$GLES_INCLUDE" -a "$GLES_LIBS" ]; then