/frameworks/native/opengl/include/EGL/ |
D | eglext_angle.h | 118 …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); 202 …LAPIENTRYP PFNEGLQUERYDISPLAYATTRIBANGLEPROC) (EGLDisplay dpy, EGLint attribute, EGLAttrib *value); 205 …Boolean EGLAPIENTRY eglQueryDisplayAttribANGLE(EGLDisplay dpy, EGLint attribute, EGLAttrib *value);
|
D | eglext.h | 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value); 130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *att… 131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value); 139 …ean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value); 141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val… 365 …mKHR (EGLAPIENTRYP PFNEGLCREATESTREAMATTRIBKHRPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list); 366 …LSETSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib value); 367 …ERYSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib *value); 368 …MCONSUMERACQUIREATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list); [all …]
|
D | egl.h | 241 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/tools/glgen/specs/egl/ |
D | EGL15.spec | 1 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/EGL/ |
D | egl_entries.in | 48 …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 *)
|
D | egl_display.cpp | 127 const EGLAttrib* attrib_list) { in getFromNativeDisplay() 134 const EGLAttrib* attrib_list, EGLint* error) { in getPlatformDisplayAngle() 139 std::vector<EGLAttrib> attrs; in getPlatformDisplayAngle() 141 for (const EGLAttrib* attr = attrib_list; *attr != EGL_NONE; attr += 2) { in getPlatformDisplayAngle() 154 attrs.push_back(reinterpret_cast<EGLAttrib>(features.data())); in getPlatformDisplayAngle() 184 const EGLAttrib* attrib_list) { in getPlatformDisplay()
|
D | egl_display.h | 49 const EGLAttrib* attrib_list); 73 static EGLDisplay getFromNativeDisplay(EGLNativeDisplayType disp, const EGLAttrib* attrib_list);
|
D | eglApi.cpp | 55 const EGLAttrib* attrib_list) { in eglGetPlatformDisplay() 115 const EGLAttrib* attrib_list) { in eglCreatePlatformWindowSurface() 131 const EGLAttrib* attrib_list) { in eglCreatePlatformPixmapSurface() 383 const EGLAttrib* attrib_list) { in eglCreateImage() 408 EGLSyncKHR eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSync() 457 EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttrib()
|
D | egl_platform_entries.cpp | 250 const EGLAttrib* attrib_list) { in eglGetPlatformDisplayTmpl() 269 const EGLAttrib* attrib_list) { in eglGetPlatformDisplayImpl() 559 void convertAttribs(const EGLAttrib* attribList, std::vector<EGLint>& newList) { in convertAttribs() 560 for (const EGLAttrib* attr = attribList; attr && attr[0] != EGL_NONE; attr += 2) { in convertAttribs() 739 EGLDisplay dpy, EGLConfig config, void* native_window, const EGLAttrib* attrib_list); 754 const EGLAttrib* attrib_list) { in eglCreatePlatformWindowSurfaceImpl() 760 return eglCreateWindowSurfaceTmpl<EGLAttrib, PFNEGLCREATEPLATFORMWINDOWSURFACEPROC>( in eglCreatePlatformWindowSurfaceImpl() 790 const EGLAttrib* /*attrib_list*/) { in eglCreatePlatformPixmapSurfaceImpl() argument 1654 const EGLAttrib* attrib_list); 1664 const EGLAttrib* attrib_list) { in eglCreateImageImpl() [all …]
|
/frameworks/native/opengl/libs/ |
D | platform_entries.in | 2 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/ |
D | EGL15cHeader.cpp | 178 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()
|
D | eglCreateSync.cpp | 61 EGLAttrib value; in android_eglGetSyncAttrib()
|
/frameworks/base/core/jni/ |
D | android_opengl_EGL15.cpp | 178 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()
|