Home
last modified time | relevance | path

Searched refs:EGL_NONE (Results 1 – 25 of 63) 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
14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
/frameworks/native/opengl/tests/EGLTest/
DEGL_test.cpp105 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/
DGLHelper.java27 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/
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.cpp179 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/
DSkiaGLRenderEngine.cpp72 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/
Dgl2_perf.cpp56 EGLint context_attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in main()
60 EGL_NONE }; in main()
/frameworks/av/services/camera/virtualcamera/util/
DEglDisplayContext.cc61 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/
DColorFade.java677 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/
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()
127 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
DeglCreatePbufferFromClientBuffer.cpp29 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp134 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/
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/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.cpp80 EGL_NONE }; in SetUp()
143 EGL_NONE }; in getConfigAttribs()
151 EGL_NONE }; in getContextAttribs()
/frameworks/base/tests/graphics/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/av/media/libstagefright/renderfright/gl/
DGLImage.cpp44 attrs.push_back(EGL_NONE); in buildAttributeList()
DGLESRenderEngine.cpp128 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/
DGLUtils.h58 EGLint imageAttrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE}; in AutoEglImage()
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp131 *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/
DEGLConsumer.cpp565 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/
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

123