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

12 3 4

  /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
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 133 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
232 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;
EglWindowsApi.cpp 376 visualType = EGL_NONE;
377 EGLenum caveat = EGL_NONE;
392 transparentType = EGL_NONE;
EglImp.cpp 289 EGLenum transparent_type = EGL_NONE;
304 while(attrib_list[i] != EGL_NONE && !hasConfigId) {
354 if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_SLOW_CONFIG && attrib_list[i+1] != EGL_NON_CONFORMANT_CONFIG) {
418 if(attrib_list[i+1] != EGL_NONE && attrib_list[i+1] != EGL_TRANSPARENT_RGB ) {
518 while(attrib_list[i] != EGL_NONE) {
614 while(attrib_list[i] != EGL_NONE) {
    [all...]
  /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/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/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 105 int[] attribList = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
146 EGL10.EGL_NONE
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 74 EGL_NONE
407 EGL_NONE
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.cpp 277 EGL_NONE
294 EGL_NONE
581 static const EGLint attr[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE };
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 303 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++;
337 for (int i = 0; attribs[i] != EGL_NONE; i++) {
470 while(attrib_list[nAttribs] != EGL_NONE) {
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 203 EGL_NONE
212 EGLint contextAttribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 406 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE };
432 EGL10.EGL_NONE
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 369 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
377 EGL_NONE };
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 338 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE };
342 EGL_NONE };

Completed in 850 milliseconds

12 3 4