/frameworks/base/services/surfaceflinger/DisplayHardware/ |
D | DisplayHardware.cpp | 121 EGL_NONE, 0, in init() 122 EGL_NONE in init() 210 EGL_NONE, EGL_NONE in init()
|
/frameworks/base/opengl/tests/filter/ |
D | filter.cpp | 29 EGL_NONE in main() 56 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; in main()
|
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() 109 EGL10.EGL_NONE
|
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() 112 EGL10.EGL_NONE
|
/frameworks/base/opengl/tests/linetex/ |
D | linetex.cpp | 38 EGL_NONE in main()
|
/frameworks/base/opengl/tests/textures/ |
D | textures.cpp | 34 EGL_NONE in main()
|
/frameworks/base/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 35 EGL_NONE in main()
|
/frameworks/base/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 265 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main() 269 EGL_NONE }; in main()
|
/frameworks/base/services/surfaceflinger/ |
D | TextureManager.cpp | 152 EGL_NONE, EGL_NONE in initEglImage()
|
/frameworks/base/opengl/tests/fillrate/ |
D | fillrate.cpp | 37 EGL_NONE in main()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 59 int EGL_NONE = 0x3038; field
|
/frameworks/base/opengl/tests/angeles/ |
D | app-linux.cpp | 127 EGL_NONE in initGraphics()
|
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 170 int[] configSpec = { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE }; in getConfigSpec()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | egl.h | 146 #define EGL_NONE 0x3038 macro
|
/frameworks/base/opengl/tests/finish/ |
D | finish.cpp | 38 EGL_NONE in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 683 EGL10.EGL_NONE }; in createContext() 796 newConfigSpec[len+1] = EGL10.EGL_NONE; in filterConfigSpec() 815 EGL10.EGL_NONE}); in ComponentSizeChooser()
|
/frameworks/base/opengl/tests/tritex/ |
D | tritex.cpp | 128 EGL_NONE in init_gl_surface()
|
/frameworks/base/opengl/include/EGL/ |
D | egl.h | 119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro
|
/frameworks/base/libs/rs/ |
D | rsContext.cpp | 63 EGL_NONE, GL_NONE, EGL_NONE }; in initEGL() 99 configAttribsPtr[0] = EGL_NONE; in initEGL()
|
/frameworks/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 219 EGL_NONE in init_gl_surface()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 103 static const jint gNull_attrib_base[] = {EGL_NONE}; 115 return item == EGL_NONE; in validAttribList()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 219 EGL_NONE in readyToRun()
|
/frameworks/base/opengl/libagl/ |
D | egl.cpp | 926 { EGL_TRANSPARENT_TYPE, EGL_NONE }, 1505 static const EGLint dummy = EGL_NONE; in eglChooseConfig() 1512 while(possibleMatch && *attrib_list != EGL_NONE) { in eglChooseConfig()
|
/frameworks/base/opengl/libs/EGL/ |
D | egl.cpp | 876 while ((attr=attrib_list[size]) != EGL_NONE) { in eglChooseConfig() 1116 while (*attrib_list != EGL_NONE) { in eglCreateContext()
|
/frameworks/base/core/java/android/view/ |
D | ViewRoot.java | 368 EGL10.EGL_NONE in initializeGLInner()
|