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

  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoAndroidHarness.java 32 eglConfigType = ConfigType.FASTEST;
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 13 * The most straightforward technique turns out to be the fastest for
79 #ifndef FASTEST
86 #ifndef FASTEST
131 #ifdef FASTEST
183 #ifdef FASTEST
249 #ifdef FASTEST
428 #ifdef FASTEST
    [all...]
zutil.c 85 #ifdef FASTEST
  /external/zlib/src/
deflate.c 13 * The most straightforward technique turns out to be the fastest for
79 #ifndef FASTEST
125 #ifdef FASTEST
180 #ifdef FASTEST
255 #ifdef FASTEST
369 #ifndef FASTEST
502 #ifdef FASTEST
    [all...]
zutil.c 88 #ifdef FASTEST
  /external/chromium_org/third_party/zlib/
deflate.c 13 * The most straightforward technique turns out to be the fastest for
80 #ifndef FASTEST
126 #ifdef FASTEST
178 #ifdef FASTEST
244 #ifdef FASTEST
430 #ifdef FASTEST
    [all...]
zutil.c 85 #ifdef FASTEST
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 52 * ConfigType.FASTEST is RGB565, GLSurfaceView default ConfigType.BEST is
55 protected ConfigType eglConfigType = ConfigType.FASTEST;
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 33 FASTEST,
90 logger.info("JME3 using fastest EGL configuration available here: ");
100 logger.severe("###ERROR### Unable to get a valid OpenGL ES 2.0 config, nether Fastest nor Best found! Bug. Please report this.");
OGLESContext.java 127 return createView(view, ConfigType.FASTEST, false);
135 * @param configType ConfigType.FASTEST (Default) | ConfigType.LEGACY |
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 193 FASTEST = 0x1101,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 224 const GLenum FASTEST = 0x1101;
    [all...]

Completed in 220 milliseconds