Home
last modified time | relevance | path

Searched refs:EGLAttrib (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/include/EGL/
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);
Degl.h241 typedef intptr_t EGLAttrib; typedef
287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis…
290 …an EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
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);
295 …ixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
/frameworks/native/opengl/libs/EGL/
Degl_entries.in48 …NTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttrib *)
50 EGL_ENTRY(EGLDisplay, eglGetPlatformDisplay, EGLenum, void *, const EGLAttrib *)
51 …ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void *, const EGLAttrib *)
52 …ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void *, const EGLAttrib *)
53 EGL_ENTRY(EGLSyncKHR, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib *)
56 EGL_ENTRY(EGLBoolean, eglGetSyncAttrib, EGLDisplay, EGLSync, EGLint, EGLAttrib *)
Degl_display.cpp130 const EGLAttrib* attrib_list) { in getFromNativeDisplay()
138 const EGLAttrib* attrib_list, EGLint* error) { in getPlatformDisplayAngle()
143 std::vector<EGLAttrib> attrs; in getPlatformDisplayAngle()
145 for (const EGLAttrib* attr = attrib_list; *attr != EGL_NONE; attr += 2) { in getPlatformDisplayAngle()
178 const EGLAttrib* attrib_list) { in getPlatformDisplay()
Degl_display.h53 EGLDisplay getPlatformDisplay(EGLNativeDisplayType display, const EGLAttrib* attrib_list);
77 static EGLDisplay getFromNativeDisplay(EGLNativeDisplayType disp, const EGLAttrib* attrib_list);
DeglApi.cpp56 const EGLAttrib* attrib_list) { in eglGetPlatformDisplay()
116 const EGLAttrib* attrib_list) { in eglCreatePlatformWindowSurface()
132 const EGLAttrib* attrib_list) { in eglCreatePlatformPixmapSurface()
384 const EGLAttrib* attrib_list) { in eglCreateImage()
409 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync()
458 EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttrib()
Degl_platform_entries.cpp288 const EGLAttrib* attrib_list) { in eglGetPlatformDisplayTmpl()
307 const EGLAttrib* attrib_list) { in eglGetPlatformDisplayImpl()
608 void convertAttribs(const EGLAttrib* attribList, std::vector<EGLint>& newList) { in convertAttribs()
609 for (const EGLAttrib* attr = attribList; attr && attr[0] != EGL_NONE; attr += 2) { in convertAttribs()
788 EGLDisplay dpy, EGLConfig config, void* native_window, const EGLAttrib* attrib_list);
803 const EGLAttrib* attrib_list) { in eglCreatePlatformWindowSurfaceImpl()
809 return eglCreateWindowSurfaceTmpl<EGLAttrib, PFNEGLCREATEPLATFORMWINDOWSURFACEPROC>( in eglCreatePlatformWindowSurfaceImpl()
839 const EGLAttrib* /*attrib_list*/) { in eglCreatePlatformPixmapSurfaceImpl() argument
1763 const EGLAttrib* attrib_list);
1773 const EGLAttrib* attrib_list) { in eglCreateImageImpl()
[all …]
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL15.spec1 EGLSync eglCreateSync ( EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list )
3 // EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value )
/frameworks/native/opengl/libs/
Dplatform_entries.in2 EGL_ENTRY(EGLDisplay, eglGetPlatformDisplay, EGLenum, EGLNativeDisplayType, const EGLAttrib*)
9 EGL_ENTRY(EGLSurface, eglCreatePlatformWindowSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib
11 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib
43 …ENTRY(EGLImage, eglCreateImage, EGLDisplay, EGLContext, EGLenum, EGLClientBuffer, const EGLAttrib*)
47 EGL_ENTRY(EGLSync, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib*)
50 EGL_ENTRY(EGLBoolean, eglGetSyncAttrib, EGLDisplay, EGLSyncKHR, EGLint, EGLAttrib*)
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL15cHeader.cpp178 std::vector<EGLAttrib> backing; // only for 32-bit
180 EGLAttrib *attribs;
183 if (sizeof(EGLAttrib) != sizeof(jlong)) { in init()
189 attribs = (EGLAttrib*)array; in init()
DeglCreateSync.cpp61 EGLAttrib value; in android_eglGetSyncAttrib()
/frameworks/base/core/jni/
Dandroid_opengl_EGL15.cpp178 std::vector<EGLAttrib> backing; // only for 32-bit
180 EGLAttrib *attribs;
183 if (sizeof(EGLAttrib) != sizeof(jlong)) { in init()
189 attribs = (EGLAttrib*)array; in init()
255 EGLAttrib value; in android_eglGetSyncAttrib()