Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh30 GLES_LIBS=
78 --gles-libs=*) GLES_LIBS=$optarg
239 if [ -z "$GLES_LIBS" ]; then
241 GLES_LIBS=$(dirname "$HOST_BIN")/lib
242 if [ -d "$GLES_LIBS" ]; then
243 echo "GLES : Libs in $GLES_LIBS"
245 echo "Warning: Could nof find OpenGLES emulation libraries in: $GLES_LIBS"
254 if [ -z "$GLES_INCLUDE" -o -z "$GLES_LIBS" ]; then
270 GLES_LIB=$GLES_LIBS/${lib}$TARGET_DLL_SUFFIX
544 if [ "$GLES_INCLUDE" -a "$GLES_LIBS" ]; then
[all …]