Home
last modified time | relevance | path

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

123

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec3 eglChooseConfig check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
5 //STUB function: //eglCreateWindowSurface sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface sentinel attrib_list EGL_NONE
11 eglCreatePbufferFromClientBuffer sentinel attrib_list EGL_NONE
12 eglCreateContext sentinel attrib_list EGL_NONE
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp90 EGL_NONE, EGL_NONE in create()
105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE }; in create()
293 if (attribute != EGL_NONE) { in selectConfigForAttribute()
327 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF; in operator <()
328 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF; in operator <()
341 if (attribute != EGL_NONE) { in operator =()
349 mList.add(EGL_NONE, EGL_NONE); in EGLAttributeVector()
352 if (attribute != EGL_NONE) { in remove()
384 wantedAttribute = EGL_NONE; in selectEGLConfig()
385 wantedAttributeValue = EGL_NONE; in selectEGLConfig()
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp80 EGL_NONE in createPbuffer()
126 EGL_NONE in eglSetupContext()
135 EGL_NONE in eglSetupContext()
147 EGL_NONE in eglSetupContext()
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp120 EGL_NONE in com_android_server_AssetAtlasService_upload()
145 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
153 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
168 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp128 EGL_CONFIG_CAVEAT, EGL_NONE, in loadConfig()
131 EGL_NONE in loadConfig()
150 EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, EGL_NONE }; in createContext()
188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in usePBufferSurface()
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp64 EGL_NONE in TEST_F()
99 EGL_NONE in TEST_F()
138 EGL_NONE in TEST_F()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp63 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
67 EGL_NONE }; in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp29 EGL_NONE in main()
58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; in main()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp48 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurface()
130 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
DeglCreatePbufferFromClientBuffer.cpp34 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp161 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
230 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
329 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/base/libs/hwui/
DImage.cpp31 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in Image()
/frameworks/native/libs/gui/tests/
DGLTest.cpp82 EGL_NONE }; in SetUp()
149 EGL_NONE }; in getConfigAttribs()
157 EGL_NONE }; in getContextAttribs()
DSRGB_test.cpp257 EGL_NONE }; in createEGLSurface()
267 EGL_NONE } ; in createEGLSurface()
432 EGL_NONE, in TEST_F()
/frameworks/native/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/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
109 EGL10.EGL_NONE
/frameworks/native/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/native/opengl/tests/linetex/
Dlinetex.cpp36 EGL_NONE in main()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DRenderTarget.java344 EGL10.EGL_NONE in getDesiredConfig()
384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE }; in createSurface()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp34 EGL_NONE in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java683 EGL_NONE in initGL()
726 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in createContext()
752 EGL_CONFIG_CAVEAT, EGL_NONE, in getConfig()
753 EGL_NONE in getConfig()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java429 EGL14.EGL_NONE in configureEGLContext()
439 EGL14.EGL_NONE in configureEGLContext()
454 EGL14.EGL_NONE in configureEGLOutputSurfaces()
476 EGL14.EGL_NONE in configureEGLPbufferSurfaces()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp155 EGL_NONE in InitWithNewContext()
176 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java136 EGL10.EGL_NONE in getConfig()
141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp265 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
269 EGL_NONE }; in main()

123