/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 3 …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/ |
D | EGL_test.cpp | 103 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/ |
D | RenderEngine.cpp | 89 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 …]
|
D | Image.cpp | 63 attrs.push_back(EGL_NONE); in buildAttributeList()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 79 EGL_NONE in createPbuffer() 125 EGL_NONE in eglSetupContext() 134 EGL_NONE in eglSetupContext() 146 EGL_NONE in eglSetupContext()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 196 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/ |
D | EglWindowSurface.java | 85 EGL14.EGL_NONE in eglSetup() 96 EGL14.EGL_NONE in eglSetup() 124 EGL14.EGL_NONE in createEGLSurface()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 56 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main() 60 EGL_NONE }; in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 29 EGL_NONE in main() 58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; in main()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.cpp | 30 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurface() 126 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
|
D | eglCreatePbufferFromClientBuffer.cpp | 29 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_gl_environment.cpp | 162 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/ |
D | Image.cpp | 29 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in Image()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 307 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/ |
D | GLTest.cpp | 84 EGL_NONE }; in SetUp() 151 EGL_NONE }; in getConfigAttribs() 159 EGL_NONE }; in getContextAttribs()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | SingleFrameTextureViewTestActivity.java | 167 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in onSurfaceTextureAvailable() 193 EGL10.EGL_NONE in onSurfaceTextureAvailable()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 997 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/ |
D | GLPerfView.java | 83 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/ |
D | GL2JNIView.java | 83 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/ |
D | GLDualGL2View.java | 86 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/ |
D | RenderTarget.java | 344 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/ |
D | linetex.cpp | 36 EGL_NONE in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 34 EGL_NONE in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 228 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in main() 232 EGL_NONE }; in main()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 158 EGL_NONE in InitWithNewContext() 179 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()
|