HomeSort by relevance Sort by last modified time
    Searched refs:gles (Results 1 - 7 of 7) sorted by null

  /frameworks/native/opengl/libs/EGL/
Loader.h 49 driver_t(void* gles);
Loader.cpp 60 * /{vendor|system}/lib/egl/lib{GLES | [EGL|GLESv1_CM|GLESv2]}_*.so
67 * and if this is the case whether GLES GPU emulation is supported.
81 * android.qemu.gles=<number> -> tells us the GLES GPU emulation status
95 property_get("ro.kernel.qemu.gles",prop,"0");
119 Loader::driver_t::driver_t(void* gles)
121 dso[0] = gles;
175 dso = load_driver("GLES", cnx, EGL | GLESv1_CM | GLESv2);
290 // first, we search for the exact name of the GLES userspace
  /external/qemu/android/utils/
debug.h 47 _VERBOSE_TAG(gles, "hardware OpenGLES emulation") \
  /sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk 54 # use Translator's egl/gles headers
77 # use Translator's egl/gles headers
  /external/qemu/android/
opengles.c 67 #define DD(...) VERBOSE_PRINT(gles,__VA_ARGS__)
69 /* Name of the GLES rendering library we're going to use */
100 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
  /external/qemu/
android-configure.sh 69 --gles-dir=*) GLES_DIR=$optarg
71 --no-gles) GLES_PROBE=no
106 echo " --gles-dir=PATH specify path to GLES host emulation sources [auto-detected]"
107 echo " --no-gles disable GLES emulation support"
248 # Try to find the GLES emulation headers and libraries automatically
253 log2 "GLES : Probing source dir: $GLES_DIR"
256 log2 "GLES : Probing source dir: $GLES_DIR"
262 echo "GLES : Could not find GPU emulation sources!
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.h 39 namespace gles { namespace in namespace:gpu

Completed in 849 milliseconds