Home
last modified time | relevance | path

Searched refs:attrib_list (Results 1 – 25 of 54) sorted by relevance

123

/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A 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 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_…
12 eglCreateContext sentinel attrib_list EGL_NONE
14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
H A DEGL14.spec7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
9 …dowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
10 EGLSurface eglCreatePbufferSurface ( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list )
11 …Surface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
18 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list )
23 …teContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java62 …lCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) { in eglCreateContext() argument
63 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list); in eglCreateContext()
70 …ublic EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) { in eglCreatePbufferSurface() argument
71 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface()
78 …reatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface() argument
80 _eglCreatePixmapSurface(sur, display, config, native_pixmap, attrib_list); in eglCreatePixmapSurface()
87 …reateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface() argument
101 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list); in eglCreateWindowSurface()
104 native_window, attrib_list); in eglCreateWindowSurface()
157 …glCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); in _eglCreateContext() argument
[all …]
/aosp12/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp87 if (attrib_list == NULL) { in validAttribList()
90 jsize len = _env->GetArrayLength(attrib_list); in validAttribList()
100 if (attrib_list != NULL) { in beginNativeAttribList()
108 if (attrib_list != NULL) { in endNativeAttributeList()
187 || !validAttribList(_env, attrib_list) in jni_eglChooseConfig()
222 || !validAttribList(_env, attrib_list)) { in jni_eglCreateContext()
236 jobject config, jintArray attrib_list) { in jni_eglCreatePbufferSurface() argument
238 || !validAttribList(_env, attrib_list)) { in jni_eglCreatePbufferSurface()
252 jintArray attrib_list) in jni_eglCreatePixmapSurface() argument
260 || !validAttribList(_env, attrib_list)) { in jni_eglCreateWindowSurface()
[all …]
H A Dandroid_opengl_EGL14.cpp355 EGLint *attrib_list = (EGLint *) 0; in android_eglChooseConfig() local
380 if (attrib_list[i] == EGL_NONE){ in android_eglChooseConfig()
434 (EGLint *)attrib_list, in android_eglChooseConfig()
532 EGLint *attrib_list = (EGLint *) 0; in android_eglCreateWindowSurface() local
578 (EGLint *)attrib_list in android_eglCreateWindowSurface()
606 EGLint *attrib_list = (EGLint *) 0; in android_eglCreateWindowSurfaceTexture() local
661 (EGLint *)attrib_list in android_eglCreateWindowSurfaceTexture()
688 EGLint *attrib_list = (EGLint *) 0; in android_eglCreatePbufferSurface() local
719 (EGLint *)attrib_list in android_eglCreatePbufferSurface()
898 (EGLint *)attrib_list in android_eglCreatePbufferFromClientBuffer()
[all …]
H A Dandroid_opengl_EGL15.cpp206 WrappedEGLAttribs attrib_list; in android_eglCreateSync() local
223 attrib_list.init(attrib_list_base + offset, _remaining); in android_eglCreateSync()
228 attrib_list.attribs in android_eglCreateSync()
338 WrappedEGLAttribs attrib_list; in android_eglGetPlatformDisplay() local
355 attrib_list.init(attrib_list_base + offset, _remaining); in android_eglGetPlatformDisplay()
360 attrib_list.attribs in android_eglGetPlatformDisplay()
391 WrappedEGLAttribs attrib_list; in android_eglCreatePlatformWindowSurface() local
425 attrib_list.attribs in android_eglCreatePlatformWindowSurface()
480 WrappedEGLAttribs attrib_list; in android_eglCreateImage() local
497 attrib_list.init(attrib_list_base + offset, _remaining); in android_eglCreateImage()
[all …]
/aosp12/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp55 const EGLAttrib* attrib_list) { in eglGetPlatformDisplay() argument
107 const EGLint* attrib_list) { in eglCreateWindowSurface() argument
115 const EGLAttrib* attrib_list) { in eglCreatePlatformWindowSurface() argument
123 const EGLint* attrib_list) { in eglCreatePixmapSurface() argument
131 const EGLAttrib* attrib_list) { in eglCreatePlatformPixmapSurface() argument
168 const EGLint* attrib_list) { in eglCreateContext() argument
364 return cnx->platform.eglLockSurfaceKHR(dpy, surface, attrib_list); in eglLockSurfaceKHR()
383 const EGLAttrib* attrib_list) { in eglCreateImage() argument
412 return cnx->platform.eglCreateSync(dpy, type, attrib_list); in eglCreateSync()
419 return cnx->platform.eglCreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
[all …]
H A Degl_platform_entries.cpp271 attrib_list); in eglGetPlatformDisplayImpl()
344 EGLint attrib = attrib_list[0]; in eglChooseConfigImpl()
354 attrib = attrib_list[attribCount]; in eglChooseConfigImpl()
656 const AttrType* origAttribList = attrib_list; in eglCreateWindowSurfaceTmpl()
694 attrib_list = strippedAttribList.data(); in eglCreateWindowSurfaceTmpl()
831 attrib_list = strippedAttribList.data(); in eglCreatePbufferSurfaceImpl()
922 if (attrib_list) { in eglCreateContextImpl()
923 while (*attrib_list != EGL_NONE) { in eglCreateContextImpl()
924 GLint attr = *attrib_list++; in eglCreateContextImpl()
925 GLint value = *attrib_list++; in eglCreateContextImpl()
[all …]
H A Degl_display.cpp127 const EGLAttrib* attrib_list) { in getFromNativeDisplay() argument
130 return getPlatformDisplay(disp, attrib_list); in getFromNativeDisplay()
134 const EGLAttrib* attrib_list, EGLint* error) { in getPlatformDisplayAngle() argument
140 if (attrib_list) { in getPlatformDisplayAngle()
141 for (const EGLAttrib* attr = attrib_list; *attr != EGL_NONE; attr += 2) { in getPlatformDisplayAngle()
184 const EGLAttrib* attrib_list) { in getPlatformDisplay() argument
196 dpy = getPlatformDisplayAngle(display, cnx, attrib_list, &error); in getPlatformDisplay()
206 attrib_list); in getPlatformDisplay()
213 if (attrib_list) { in getPlatformDisplay()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java210 int[] attrib_list, in eglChooseConfig() argument
235 int[] attrib_list, in _eglCreateWindowSurface() argument
243 int[] attrib_list, in _eglCreateWindowSurfaceTexture() argument
250 int[] attrib_list, in eglCreateWindowSurface() argument
266 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
269 win, attrib_list, offset); in eglCreateWindowSurface()
284 int[] attrib_list, in eglCreatePbufferSurface() argument
295 int[] attrib_list, in eglCreatePixmapSurface() argument
344 int[] attrib_list, in eglCreatePbufferFromClientBuffer() argument
356 int[] attrib_list, in eglCreatePbufferFromClientBuffer() argument
[all …]
H A DEGLLogWrapper.java51 arg("attrib_list", attrib_list); in eglChooseConfig()
79 EGLContext share_context, int[] attrib_list) { in eglCreateContext() argument
84 arg("attrib_list", attrib_list); in eglCreateContext()
88 share_context, attrib_list); in eglCreateContext()
95 EGLConfig config, int[] attrib_list) { in eglCreatePbufferSurface() argument
99 arg("attrib_list", attrib_list); in eglCreatePbufferSurface()
103 attrib_list); in eglCreatePbufferSurface()
115 arg("attrib_list", attrib_list); in eglCreatePixmapSurface()
119 native_pixmap, attrib_list); in eglCreatePixmapSurface()
131 arg("attrib_list", attrib_list); in eglCreateWindowSurface()
[all …]
H A DEGL15.java84 long[] attrib_list, in eglCreateSync() argument
122 long[] attrib_list, in eglGetPlatformDisplay() argument
132 long[] attrib_list, in eglCreatePlatformWindowSurface() argument
142 long[] attrib_list, in eglCreatePlatformPixmapSurface() argument
161 long[] attrib_list, in eglCreateImage() argument
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
347 … EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMKHRPROC) (EGLDisplay dpy, const EGLint *attrib_list);
353 EGLAPI EGLStreamKHR EGLAPIENTRY eglCreateStreamKHR (EGLDisplay dpy, const EGLint *attrib_list);
371 …I EGLStreamKHR EGLAPIENTRY eglCreateStreamAttribKHR (EGLDisplay dpy, const EGLAttrib *attrib_list);
482 …LClientBuffer (EGLAPIENTRYP PFNEGLCREATENATIVECLIENTBUFFERANDROIDPROC) (const EGLint *attrib_list);
484 EGLAPI EGLClientBuffer EGLAPIENTRY eglCreateNativeClientBufferANDROID (const EGLint *attrib_list);
1006 …GLImageKHR (EGLAPIENTRYP PFNEGLCREATEDRMIMAGEMESAPROC) (EGLDisplay dpy, const EGLint *attrib_list);
[all …]
H A Degl.h121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
123 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
124 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
204 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
287 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
291 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
293 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
294 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
[all …]
H A Deglext_angle.h118 …EAMPRODUCERD3DTEXTUREANGLEPROC)(EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list);
119 …EXTUREANGLEPROC)(EGLDisplay dpy, EGLStreamKHR stream, void *texture, const EGLAttrib *attrib_list);
121 …teStreamProducerD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list);
122 …tD3DTextureANGLE(EGLDisplay dpy, EGLStreamKHR stream, void *texture, const EGLAttrib *attrib_list);
148 …NEGLCREATEDEVICEANGLEPROC) (EGLint device_type, void *native_device, const EGLAttrib *attrib_list);
151 …IENTRY eglCreateDeviceANGLE(EGLint device_type, void *native_device, const EGLAttrib *attrib_list);
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp14 EGLint *attrib_list = (EGLint *) 0; in android_eglCreateWindowSurface() local
27 attrib_list = attrib_list_base + offset; in android_eglCreateWindowSurface()
30 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurface()
60 (EGLint *)attrib_list in android_eglCreateWindowSurface()
88 EGLint *attrib_list = (EGLint *) 0; in android_eglCreateWindowSurfaceTexture() local
124 attrib_list = attrib_list_base + offset; in android_eglCreateWindowSurfaceTexture()
127 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){ in android_eglCreateWindowSurfaceTexture()
143 (EGLint *)attrib_list in android_eglCreateWindowSurfaceTexture()
H A DeglCreateWindowSurface.java7 int[] attrib_list, in _eglCreateWindowSurface() argument
15 int[] attrib_list, in _eglCreateWindowSurfaceTexture() argument
22 int[] attrib_list, in eglCreateWindowSurface() argument
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
41 win, attrib_list, offset); in eglCreateWindowSurface()
H A DeglCreatePbufferFromClientBuffer.cpp14 EGLint *attrib_list = (EGLint *) 0; in android_eglCreatePbufferFromClientBuffer() local
26 attrib_list = attrib_list_base + offset; in android_eglCreatePbufferFromClientBuffer()
29 if (attrib_list[i] == EGL_NONE){ in android_eglCreatePbufferFromClientBuffer()
47 (EGLint *)attrib_list in android_eglCreatePbufferFromClientBuffer()
H A DeglGetPlatformDisplay.cpp11 WrappedEGLAttribs attrib_list; in android_eglGetPlatformDisplay() local
28 attrib_list.init(attrib_list_base + offset, _remaining); in android_eglGetPlatformDisplay()
33 attrib_list.attribs in android_eglGetPlatformDisplay()
H A DeglCreateImage.cpp13 WrappedEGLAttribs attrib_list; in android_eglCreateImage() local
30 attrib_list.init(attrib_list_base + offset, _remaining); in android_eglCreateImage()
37 attrib_list.attribs in android_eglCreateImage()
H A DeglCreatePlatformWindowSurface.cpp17 WrappedEGLAttribs attrib_list; in android_eglCreatePlatformWindowSurface() local
41 attrib_list.init(attrib_list_base + offset, _attrib_listRemaining); in android_eglCreatePlatformWindowSurface()
51 attrib_list.attribs in android_eglCreatePlatformWindowSurface()
H A DeglCreatePbufferFromClientBuffer.java8 int[] attrib_list, in eglCreatePbufferFromClientBuffer() argument
20 int[] attrib_list, in eglCreatePbufferFromClientBuffer() argument
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java98 …boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config… in eglChooseConfig() argument
100 …glCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); in eglCreateContext() argument
101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() argument
103 …CreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); in eglCreatePixmapSurface() argument
104 …CreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); in eglCreateWindowSurface() argument
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *co…
206 …ndowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list);
207 …xmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);
208 …ace APIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
212 …CreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
H A DEglHelper.java270 int[] attrib_list = new int[5]; in createEglContext() local
272 attrib_list[idx++] = EGL_CONTEXT_CLIENT_VERSION; in createEglContext()
273 attrib_list[idx++] = OPENGLES_VERSION; in createEglContext()
275 attrib_list[idx++] = EGL_CONTEXT_PRIORITY_LEVEL_IMG; in createEglContext()
276 attrib_list[idx++] = EGL_CONTEXT_PRIORITY_LOW_IMG; in createEglContext()
278 attrib_list[idx] = EGL_NONE; in createEglContext()
280 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attrib_list, 0); in createEglContext()

123