Home
last modified time | relevance | path

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

123

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec3 …nfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_list EGL_NONE
5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 …UB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_NONE
12 eglCreateContext sentinel attrib_list EGL_NONE
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp103 EGL_NONE in TEST_F()
138 EGL_NONE in TEST_F()
177 EGL_NONE in TEST_F()
232 EGL_NONE, EGL_NONE in TEST_F()
277 EGL_NONE, EGL_NONE in TEST_F()
318 EGL_NONE, EGL_NONE in TEST_F()
363 EGL_NONE, EGL_NONE in TEST_F()
393 EGL_NONE, in get8BitConfig()
537 winAttrs.push_back(EGL_NONE); in TEST_F()
587 winAttrs.push_back(EGL_NONE); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp89 contextAttributes.push_back(EGL_NONE); in create()
103 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; in create()
276 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in waitFence()
451 if (attribute != EGL_NONE) { in selectConfigForAttribute()
485 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF; in operator <()
486 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF; in operator <()
498 if (attribute != EGL_NONE) { in operator =()
506 EGLAttributeVector() { mList.add(Attribute(EGL_NONE), EGL_NONE); } in EGLAttributeVector()
508 if (attribute != EGL_NONE) { in remove()
536 wantedAttribute = EGL_NONE; in selectEGLConfig()
[all …]
DImage.cpp63 attrs.push_back(EGL_NONE); in buildAttributeList()
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp79 EGL_NONE in createPbuffer()
125 EGL_NONE in eglSetupContext()
134 EGL_NONE in eglSetupContext()
146 EGL_NONE in eglSetupContext()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp196 EGL_NONE, in loadConfigs()
201 EGL_NONE}; in loadConfigs()
238 EGL_NONE}; in loadConfigs()
260 contextAttributes.push_back(EGL_NONE); in createContext()
273 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface()
306 EGLint attribs[] = {EGL_NONE, EGL_NONE, EGL_NONE}; in createSurface()
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
DEglWindowSurface.java85 EGL14.EGL_NONE in eglSetup()
96 EGL14.EGL_NONE in eglSetup()
124 EGL14.EGL_NONE in createEGLSurface()
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp56 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
60 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.cpp30 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurface()
126 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
DeglCreatePbufferFromClientBuffer.cpp29 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_environment.cpp162 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()
231 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
330 EGL_NONE in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceFromMediaRecorder()
/frameworks/base/libs/hwui/
DImage.cpp29 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in Image()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp307 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
311 EGL_NONE }; in main()
356 EGLint winAttribs[] = {EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE}; in main()
/frameworks/native/libs/gui/tests/
DGLTest.cpp84 EGL_NONE }; in SetUp()
151 EGL_NONE }; in getConfigAttribs()
159 EGL_NONE }; in getContextAttribs()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DSingleFrameTextureViewTestActivity.java167 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in onSurfaceTextureAvailable()
193 EGL10.EGL_NONE in onSurfaceTextureAvailable()
/frameworks/native/libs/gui/
DGLConsumer.cpp997 EGL_NONE in doGLFenceWaitLocked()
1134 createProtectedImage ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createImage()
1135 createProtectedImage ? EGL_TRUE : EGL_NONE, in createImage()
1136 EGL_NONE, in createImage()
1143 attrs[4] = EGL_NONE; in createImage()
1151 attrs[4] = EGL_NONE; in createImage()
/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/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/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/linetex/
Dlinetex.cpp36 EGL_NONE in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp34 EGL_NONE in main()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in main()
232 EGL_NONE }; in main()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp158 EGL_NONE in InitWithNewContext()
179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()

123