Home
last modified time | relevance | path

Searched refs:EGL_NONE (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/services/surfaceflinger/DisplayHardware/
DDisplayHardware.cpp121 EGL_NONE, 0, in init()
122 EGL_NONE in init()
210 EGL_NONE, EGL_NONE in init()
/frameworks/base/opengl/tests/filter/
Dfilter.cpp29 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/
DGL2JNIView.java83 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/
DGLDualGL2View.java86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
112 EGL10.EGL_NONE
/frameworks/base/opengl/tests/linetex/
Dlinetex.cpp38 EGL_NONE in main()
/frameworks/base/opengl/tests/textures/
Dtextures.cpp34 EGL_NONE in main()
/frameworks/base/opengl/tests/swapinterval/
Dswapinterval.cpp35 EGL_NONE in main()
/frameworks/base/opengl/tests/gl2_basic/
Dgl2_basic.cpp265 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
269 EGL_NONE }; in main()
/frameworks/base/services/surfaceflinger/
DTextureManager.cpp152 EGL_NONE, EGL_NONE in initEglImage()
/frameworks/base/opengl/tests/fillrate/
Dfillrate.cpp37 EGL_NONE in main()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java59 int EGL_NONE = 0x3038; field
/frameworks/base/opengl/tests/angeles/
Dapp-linux.cpp127 EGL_NONE in initGraphics()
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java170 int[] configSpec = { EGL10.EGL_DEPTH_SIZE, 16, EGL10.EGL_NONE }; in getConfigSpec()
/frameworks/base/opengl/tests/angeles/include/GLES/
Degl.h146 #define EGL_NONE 0x3038 macro
/frameworks/base/opengl/tests/finish/
Dfinish.cpp38 EGL_NONE in main()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java683 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/
Dtritex.cpp128 EGL_NONE in init_gl_surface()
/frameworks/base/opengl/include/EGL/
Degl.h119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro
/frameworks/base/libs/rs/
DrsContext.cpp63 EGL_NONE, GL_NONE, EGL_NONE }; in initEGL()
99 configAttribsPtr[0] = EGL_NONE; in initEGL()
/frameworks/base/opengl/tests/gl_basic/
Dgl_basic.cpp219 EGL_NONE in init_gl_surface()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp103 static const jint gNull_attrib_base[] = {EGL_NONE};
115 return item == EGL_NONE; in validAttribList()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp219 EGL_NONE in readyToRun()
/frameworks/base/opengl/libagl/
Degl.cpp926 { 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/
Degl.cpp876 while ((attr=attrib_list[size]) != EGL_NONE) { in eglChooseConfig()
1116 while (*attrib_list != EGL_NONE) { in eglCreateContext()
/frameworks/base/core/java/android/view/
DViewRoot.java368 EGL10.EGL_NONE in initializeGLInner()