HomeSort by relevance Sort by last modified time
    Searched refs:EGL_NONE (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
155 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/filter/
filter.cpp 29 EGL_NONE
56 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE };
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
109 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
112 EGL10.EGL_NONE
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 77 public static final int EGL_NONE = 0x3038;
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 136 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
242 EGL10.EGL_NONE
  /packages/apps/Gallery2/src/com/android/camera/
MosaicPreviewRenderer.java 137 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
243 EGL10.EGL_NONE
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 100 transparentType = EGL_NONE;
137 visualType = EGL_NONE;
143 if (tmp == GLX_NONE) caveat = EGL_NONE;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 111 EGL_NONE
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 233 const EGLint attribList[] = {EGL_NONE};
270 const EGLint attribList[] = {EGL_NONE};
341 while (*attrib_list != EGL_NONE)
781 for (const EGLint* attribute = attrib_list; attribute[0] != EGL_NONE; attribute += 2)
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 59 int EGL_NONE = 0x3038;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 637 EGL_NONE
680 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
706 EGL_CONFIG_CAVEAT, EGL_NONE,
707 EGL_NONE
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 127 EGL_NONE
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 37 EGL_NONE
  /frameworks/native/opengl/tests/textures/
textures.cpp 34 EGL_NONE
  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 215 pbufAttribs[4] = EGL_NONE;
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 249 newConfigSpec[len + 1] = EGL10.EGL_NONE;
281 EGL10.EGL_NONE});
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 153 EGL_NONE
171 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 265 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
269 EGL_NONE };
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE };
232 EGL_NONE };
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 133 EGL10.EGL_NONE
138 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
146 EGL10.EGL_NONE
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 200 int[] attrib_list = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
226 EGL10.EGL_NONE
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 74 EGL_NONE
407 EGL_NONE

Completed in 1334 milliseconds

12 3 4 5