/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/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 90 EGL_NONE, EGL_NONE in create() 105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE }; in create() 292 if (attribute != EGL_NONE) { in selectConfigForAttribute() 326 if (lhs == EGL_NONE) lhs = 0x7FFFFFFF; in operator <() 327 if (rhs == EGL_NONE) rhs = 0x7FFFFFFF; in operator <() 340 if (attribute != EGL_NONE) { in operator =() 348 mList.add(EGL_NONE, EGL_NONE); in EGLAttributeVector() 351 if (attribute != EGL_NONE) { in remove() 383 wantedAttribute = EGL_NONE; in selectEGLConfig() 384 wantedAttributeValue = EGL_NONE; in selectEGLConfig()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 80 EGL_NONE in createPbuffer() 126 EGL_NONE in eglSetupContext() 135 EGL_NONE in eglSetupContext() 147 EGL_NONE in eglSetupContext()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 96 EGL_NONE in com_android_server_AssetAtlasService_upload() 121 EGLint attrs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in com_android_server_AssetAtlasService_upload() 129 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in com_android_server_AssetAtlasService_upload() 144 EGLint imageAttrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
|
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 64 EGL_NONE in TEST_F() 99 EGL_NONE in TEST_F() 138 EGL_NONE in TEST_F()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 158 EGL_CONFIG_CAVEAT, EGL_NONE, in loadConfig() 161 EGL_NONE in loadConfig() 182 EGL_NONE in createContext() 220 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in createPBufferSurface()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 63 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main() 67 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 | 161 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/native/libs/gui/tests/ |
D | GLTest.cpp | 82 EGL_NONE }; in SetUp() 149 EGL_NONE }; in getConfigAttribs() 157 EGL_NONE }; in getContextAttribs()
|
D | SRGB_test.cpp | 264 EGL_NONE }; in createEGLSurface() 274 EGL_NONE } ; in createEGLSurface() 443 EGL_NONE, in TEST_F()
|
/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/base/libs/hwui/ |
D | Image.cpp | 29 EGLint attrs[] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE }; in Image()
|
/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/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/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/libs/gui/ |
D | GLConsumer.cpp | 1013 EGL_NONE in doGLFenceWaitLocked() 1225 createProtectedImage ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createImage() 1226 createProtectedImage ? EGL_TRUE : EGL_NONE, in createImage() 1227 EGL_NONE, in createImage() 1231 attrs[2] = EGL_NONE; in createImage() 1237 attrs[2] = EGL_NONE; in createImage()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 136 EGL10.EGL_NONE in getConfig() 141 int[] attribList = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext()
|
/frameworks/native/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/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 155 EGL_NONE in InitWithNewContext() 176 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in InitWithNewContext()
|
/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()
|