Home | History | Annotate | Download | only in qemu

Lines Matching full:emulation

109     echo "  --gles-include=PATH      specify path to GLES emulation headers"
110 echo " --gles-libs=PATH specify path to GLES emulation host libraries"
111 echo " --no-gles disable GLES emulation support"
179 # against in order to support OpenGLES emulation properly. Note that in
229 # Try to find the GLES emulation headers and libraries automatically
238 echo "Warning: Could not find OpenGLES emulation include dir: $GLES_INCLUDE"
239 echo "Disabling GLES emulation from this build!"
249 echo "Warning: Could nof find OpenGLES emulation libraries in: $GLES_LIBS"
250 echo "Disabling GLES emulation from this build!"
264 echo "Warning: Could not find OpenGLES emulation include dir: $GLES_INCLUDE"
265 echo "Disabling GLES emulation from this build!"
275 echo "Warning: Could nof find OpenGLES emulation libraries in: $GLES_LIBS"
276 echo "Disabling GLES emulation from this build!"
292 echo "ERROR: Missing OpenGLES emulation header file: $GLES_HEADER"
302 echo "ERROR: Missing OpenGLES emulation host library: $GLES_LIB"
311 echo "ERROR: Could not find required OpenGLES emulation library: $GLES_LIB"