/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 14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
|
/frameworks/native/opengl/tests/EGLTest/ |
D | EGL_test.cpp | 105 EGL_NONE in TEST_F() 140 EGL_NONE in TEST_F() 179 EGL_NONE in TEST_F() 235 EGL_NONE, EGL_NONE in TEST_F() 280 EGL_NONE, EGL_NONE in TEST_F() 328 EGL_NONE, EGL_NONE in TEST_F() 380 EGL_NONE, EGL_NONE in TEST_F() 425 EGL_NONE, EGL_NONE in TEST_F() 455 EGL_NONE, in get8BitConfig() 599 winAttrs.push_back(EGL_NONE); in TEST_F() [all …]
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | GLHelper.java | 27 import static android.opengl.EGL14.EGL_NONE; 96 EGL_CONFIG_CAVEAT, EGL_NONE, in retrieveTextureSizeFromGL() 97 EGL_NONE in retrieveTextureSizeFromGL() 113 int[] attr_list = new int[] {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; in retrieveTextureSizeFromGL() 123 int[] attrs = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in retrieveTextureSizeFromGL()
|
/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 | 179 EGL_NONE, in load8BitsConfig() 184 EGL_NONE}; in load8BitsConfig() 213 EGL_NONE}; in load1010102Config() 244 EGL_NONE}; in loadFP16Config() 270 EGL_NONE}; in loadA8Config() 369 contextAttributes.push_back(EGL_NONE); in createContext() 382 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface() 426 EGLint attribs[] = {EGL_NONE, EGL_NONE, EGL_NONE}; in createSurface() 698 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in fenceWait()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 72 if (attribute != EGL_NONE) { in selectConfigForAttribute() 122 EGL_NONE, in selectEGLConfig() 126 wantedAttribute = EGL_NONE; in selectEGLConfig() 127 wantedAttributeValue = EGL_NONE; in selectEGLConfig() 381 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceDup.release(), EGL_NONE}; in waitGpuFence() 474 contextAttributes.push_back(EGL_NONE); in createEglContext() 533 attributes.push_back(EGL_NONE); in createPlaceholderEglPbufferSurface()
|
/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/av/services/camera/virtualcamera/util/ |
D | EglDisplayContext.cc | 61 EGL_NONE}; in EglDisplayContext() 70 EGLint contextAttribs[] = {EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE}; in EglDisplayContext()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 677 EGL14.EGL_NONE 704 EGL14.EGL_NONE, EGL14.EGL_NONE, 705 EGL14.EGL_NONE 733 EGL14.EGL_NONE, 734 EGL14.EGL_NONE, 735 EGL14.EGL_NONE, 736 EGL14.EGL_NONE, 737 EGL14.EGL_NONE
|
/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() 127 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
|
D | eglCreatePbufferFromClientBuffer.cpp | 29 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 134 EGL_NONE}; in initialize() 154 EGLint attrs[] = {EGL_CONTEXT_CLIENT_VERSION, 3, EGL_NONE}; in initialize() 175 EGLint surfaceAttrs[] = {EGL_NONE}; in initialize()
|
/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/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 | 80 EGL_NONE }; in SetUp() 143 EGL_NONE }; in getConfigAttribs() 151 EGL_NONE }; in getContextAttribs()
|
/frameworks/base/tests/graphics/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/av/media/libstagefright/renderfright/gl/ |
D | GLImage.cpp | 44 attrs.push_back(EGL_NONE); in buildAttributeList()
|
D | GLESRenderEngine.cpp | 128 if (attribute != EGL_NONE) { in selectConfigForAttribute() 178 EGL_NONE, in selectEGLConfig() 182 wantedAttribute = EGL_NONE; in selectEGLConfig() 183 wantedAttributeValue = EGL_NONE; in selectEGLConfig() 420 EGL_NONE, in GLESRenderEngine() 537 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd.release(), EGL_NONE}; in waitFence() 1000 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createFramebufferImageIfNeeded() 1001 isProtected ? EGL_TRUE : EGL_NONE, in createFramebufferImageIfNeeded() 1002 EGL_NONE, in createFramebufferImageIfNeeded() 1588 contextAttributes.push_back(EGL_NONE); in createEglContext() [all …]
|
/frameworks/base/libs/hwui/utils/ |
D | GLUtils.h | 58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 131 *error = EGL_NONE; in getPlatformDisplayAngle() 136 for (const EGLAttrib* attr = attrib_list; *attr != EGL_NONE; attr += 2) { in getPlatformDisplayAngle() 158 attrs.push_back(EGL_NONE); in getPlatformDisplayAngle() 192 if (error != EGL_NONE) { in getPlatformDisplay()
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 565 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in doGLFenceWaitLocked() 663 createProtectedImage ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in createImage() 664 createProtectedImage ? EGL_TRUE : EGL_NONE, in createImage() 665 EGL_NONE, in createImage()
|
/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/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
|