/aosp_15_r20/external/angle/src/libEGL/ |
H A D | libEGL_autogen.cpp | 61 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig() 71 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers() 79 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext() 88 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface() 96 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() 105 EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 114 EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() 120 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() 126 EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, in eglGetConfigAttrib() 135 EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, in eglGetConfigs() [all …]
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | eglApi.cpp | 69 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitialize() 76 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate() 83 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigs() 91 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() 99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value) { in eglGetConfigAttrib() 106 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface() 114 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() 130 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() 138 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() [all …]
|
H A D | egl_platform_entries.cpp | 263 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display, attrib_list); in eglGetPlatformDisplayTmpl() local 281 EGLBoolean eglInitializeImpl(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitializeImpl() 290 EGLBoolean eglTerminateImpl(EGLDisplay dpy) { in eglTerminateImpl() 307 EGLBoolean eglGetConfigsImpl(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigsImpl() 327 EGLBoolean eglChooseConfigImpl(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfigImpl() 396 EGLBoolean eglGetConfigAttribImpl(EGLDisplay dpy, EGLConfig config, EGLint attribute, in eglGetConfigAttribImpl() 584 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat() 759 EGLSurface eglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurfaceImpl() 771 EGLSurface eglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurfaceImpl() 806 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl() [all …]
|
/aosp_15_r20/external/deqp/framework/egl/wrapper/ |
H A D | eglwFuncPtrLibraryImpl.inl | 12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const 17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… 22 EGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)… 27 EGLint FuncPtrLibrary::clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR… 32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar… 37 EGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex… 42 EGLImage FuncPtrLibrary::createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuff… 47 EGLImageKHR FuncPtrLibrary::createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie… 52 EGLSurface FuncPtrLibrary::createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClien… 57 EGLSurface FuncPtrLibrary::createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *at… [all …]
|
H A D | eglwImpl.inl | 15 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) 23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint … 31 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) 39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) 47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL… 55 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, c… 63 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff… 71 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) 79 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c… 87 EGLSurface eglwCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, … [all …]
|
H A D | eglwImplExt.inl | 7 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) 15 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buf… 23 EGLSurface eglwCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixma… 31 EGLSurface eglwCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_windo… 39 EGLSyncKHR eglwCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) 47 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image) 55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) 71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) 79 EGLBoolean eglwLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list) 87 EGLBoolean eglwSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rect… [all …]
|
/aosp_15_r20/external/libva/va/ |
H A D | va.c | 128 int vaDisplayIsValid(VADisplay dpy) in vaDisplayIsValid() 169 VAMessageCallback vaSetErrorCallback(VADisplay dpy, VAMessageCallback callback, void *user_context) in vaSetErrorCallback() 190 VAMessageCallback vaSetInfoCallback(VADisplay dpy, VAMessageCallback callback, void *user_context) in vaSetInfoCallback() 219 void va_errorMessage(VADisplay dpy, const char *msg, ...) in va_errorMessage() 247 void va_infoMessage(VADisplay dpy, const char *msg, ...) in va_infoMessage() 322 static bool va_checkVtable(VADisplay dpy, void *ptr, char *function) in va_checkVtable() 331 static bool va_checkMaximum(VADisplay dpy, int value, char *variable) in va_checkMaximum() 340 static bool va_checkString(VADisplay dpy, const char* value, char *variable) in va_checkString() 373 static VAStatus va_openDriver(VADisplay dpy, char *driver_name) in va_openDriver() 547 VAPrivFunc vaGetLibFunc(VADisplay dpy, const char *func) in vaGetLibFunc() [all …]
|
H A D | va_trace.c | 202 VADisplay dpy; member 222 #define DPY2TRACECTX(dpy, context, buf_id) \ argument 250 #define DPY2TRACE_VIRCTX(dpy) \ argument 777 void va_TraceInit(VADisplay dpy) in va_TraceInit() 878 void va_TraceEnd(VADisplay dpy) in va_TraceEnd() 998 static void va_TraceSurface(VADisplay dpy, VAContextID context) in va_TraceSurface() 1093 VADisplay dpy, in va_TraceInitialize() 1109 VADisplay dpy in va_TraceTerminate() 1120 VADisplay dpy, in va_TraceCreateConfig() 1151 VADisplay dpy, in va_TraceDestroyConfig() [all …]
|
H A D | va_trace.h | 55 #define VA_TRACE_RET(dpy,ret) \ argument 102 #define VA_TRACE(dpy,id,op) do { \ argument 109 #define VA_TRACE_V(dpy,id,op,v) do { \ argument 117 #define VA_TRACE_PV(dpy,id,op,p,v) do { \ argument 126 #define VA_TRACE_VV(dpy,id,op,v1,v2) do { \ argument 135 #define VA_TRACE_VVVV(dpy,id,op,v1,v2,v3,v4) do { \ argument 147 #define VA_TRACE_VA(dpy,id,op,n,a) do { \ argument 158 #define VA_TRACE_PA(dpy,id,op,pn,a) do { \ argument 173 #define VA_TRACE_VVA(dpy,id,op,v,n,a) do { \ argument 185 #define VA_TRACE_VVVA(dpy,id,op,v1,v2,n,a) do { \ argument [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 182 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual() 326 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual() 364 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual() 391 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() 444 get_env_visual(Display *dpy, int scr, const char *varname) in get_env_visual() 490 choose_x_visual( Display *dpy, int screen, int min_depth, in choose_x_visual() 596 destroy_visuals_on_display(Display *dpy) in destroy_visuals_on_display() 616 close_display_callback(Display *dpy, XExtCodes *codes) in close_display_callback() 630 lookup_extension(Display *dpy, const char *extName) in lookup_extension() 647 register_with_display(Display *dpy) in register_with_display() [all …]
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluCallLogWrapper.inl | 17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e… 27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_… 42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGL… 52 eglw::EGLint CallLogWrapper::eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, egl… 62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eg… 72 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg… 82 eglw::EGLImage CallLogWrapper::eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EG… 92 eglw::EGLImageKHR CallLogWrapper::eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eg… 102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLe… 112 eglw::EGLSurface CallLogWrapper::eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig con… [all …]
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 25 void EGLAPIENTRY EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy, in EGL_SetBlobCacheFuncsANDROID() 96 EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingSupportedANDROID(EGLDisplay dpy, in EGL_GetCompositorTimingSupportedANDROID() 137 EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingANDROID(EGLDisplay dpy, in EGL_GetCompositorTimingANDROID() 181 EGLBoolean EGLAPIENTRY EGL_GetNextFrameIdANDROID(EGLDisplay dpy, in EGL_GetNextFrameIdANDROID() 220 EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampSupportedANDROID(EGLDisplay dpy, in EGL_GetFrameTimestampSupportedANDROID() 261 EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampsANDROID(EGLDisplay dpy, in EGL_GetFrameTimestampsANDROID() 339 EGLint EGLAPIENTRY EGL_DupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) in EGL_DupNativeFenceFDANDROID() 375 EGLBoolean EGLAPIENTRY EGL_PresentationTimeANDROID(EGLDisplay dpy, in EGL_PresentationTimeANDROID() 482 void EGLAPIENTRY EGL_AcquireExternalContextANGLE(EGLDisplay dpy, EGLSurface drawAndRead) in EGL_AcquireExternalContextANGLE() 515 void EGLAPIENTRY EGL_ReleaseExternalContextANGLE(EGLDisplay dpy) in EGL_ReleaseExternalContextANGLE() [all …]
|
H A D | entry_points_egl_autogen.cpp | 27 EGLBoolean EGLAPIENTRY EGL_ChooseConfig(EGLDisplay dpy, in EGL_ChooseConfig() 71 EGLBoolean EGLAPIENTRY EGL_CopyBuffers(EGLDisplay dpy, in EGL_CopyBuffers() 109 EGLContext EGLAPIENTRY EGL_CreateContext(EGLDisplay dpy, in EGL_CreateContext() 154 EGLSurface EGLAPIENTRY EGL_CreatePbufferSurface(EGLDisplay dpy, in EGL_CreatePbufferSurface() 195 EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy, in EGL_CreatePixmapSurface() 238 EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy, in EGL_CreateWindowSurface() 281 EGLBoolean EGLAPIENTRY EGL_DestroyContext(EGLDisplay dpy, EGLContext ctx) in EGL_DestroyContext() 315 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface() 349 EGLBoolean EGLAPIENTRY EGL_GetConfigAttrib(EGLDisplay dpy, in EGL_GetConfigAttrib() 389 EGLBoolean EGLAPIENTRY EGL_GetConfigs(EGLDisplay dpy, in EGL_GetConfigs() [all …]
|
/aosp_15_r20/external/angle/src/third_party/libXNVCtrl/ |
H A D | NVCtrl.c | 54 #define XNVCTRLCheckExtension(dpy,i,val) \ argument 56 #define XNVCTRLSimpleCheckExtension(dpy,i) \ argument 106 Display *dpy, in XNVCTRLQueryExtension() 126 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) in version_flags() 151 Display *dpy, in XNVCTRLQueryVersion() 182 Display *dpy, in XNVCTRLIsNvScreen() 213 Display *dpy, in XNVCTRLQueryTargetCount() 244 Display *dpy, in XNVCTRLSetTargetAttribute() 271 Display *dpy, in XNVCTRLSetAttribute() 283 Display *dpy, in XNVCTRLSetTargetAttributeAndGetStatus() [all …]
|
/aosp_15_r20/external/mesa3d/src/egl/main/ |
H A D | eglapi.c | 270 _eglLookupDisplay(EGLDisplay dpy) in _eglLookupDisplay() 289 _eglLockDisplay(EGLDisplay dpy) in _eglLockDisplay() 304 _eglWriteLockDisplay(EGLDisplay dpy) in _eglWriteLockDisplay() 673 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() 769 eglTerminate(EGLDisplay dpy) in eglTerminate() 796 eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString() 825 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, in eglGetConfigs() 844 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, in eglChooseConfig() 863 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, in eglGetConfigAttrib() 880 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext() [all …]
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | glxcmds.c | 49 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable) in GetGLXDRIDrawable() 66 GetGLXDrawable(Display *dpy, GLXDrawable drawable) in GetGLXDrawable() 81 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable() 98 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) in DestroyGLXDrawable() 126 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs() 137 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv, in GetGLXPrivScreenConfig() 180 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig() 262 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect() 293 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext() 395 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext() [all …]
|
H A D | g_glxglvnddispatchfuncs.c | 113 static void dispatch_BindTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_BindTexImageEXT() 132 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, in dispatch_ChooseFBConfigSGIX() 159 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy, in dispatch_CreateContextAttribsARB() 202 static GLXContext dispatch_CreateContextWithConfigSGIX(Display *dpy, in dispatch_CreateContextWithConfigSGIX() 233 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX() 267 static GLXPixmap dispatch_CreateGLXPixmapWithConfigSGIX(Display *dpy, in dispatch_CreateGLXPixmapWithConfigSGIX() 296 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX() 314 static int dispatch_GLInteropExportObjectMESA(Display *dpy, GLXContext ctx, in dispatch_GLInteropExportObjectMESA() 333 static int dispatch_GLInteropFlushObjectsMESA(Display *dpy, GLXContext ctx, in dispatch_GLInteropFlushObjectsMESA() 353 static int dispatch_GLInteropQueryDeviceInfoMESA(Display *dpy, GLXContext ctx, in dispatch_GLInteropQueryDeviceInfoMESA() [all …]
|
H A D | glx_pbuffer.c | 59 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, in ChangeDrawableAttribute() 152 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable() 192 DestroyDRIDrawable(Display *dpy, GLXDrawable drawable) in DestroyDRIDrawable() 225 __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable, in __glXGetDrawableAttribute() 404 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable() 441 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable() 513 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode) in DestroyDrawable() 531 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer() 598 DestroyPbuffer(Display * dpy, GLXDrawable drawable) in DestroyPbuffer() 631 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX() [all …]
|
H A D | dri2.c | 97 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent() 175 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire) in DRI2EventToWire() 219 DRI2QueryExtension(Display * dpy, int *eventBase, int *errorBase) in DRI2QueryExtension() 237 DRI2QueryVersion(Display * dpy, int *major, int *minor) in DRI2QueryVersion() 289 DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) in DRI2Connect() 358 DRI2Authenticate(Display * dpy, XID window, drm_magic_t magic) in DRI2Authenticate() 386 DRI2CreateDrawable(Display * dpy, XID drawable) in DRI2CreateDrawable() 403 DRI2DestroyDrawable(Display * dpy, XID drawable) in DRI2DestroyDrawable() 422 DRI2GetBuffers(Display * dpy, XID drawable, in DRI2GetBuffers() 481 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, in DRI2GetBuffersWithFormat() [all …]
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 176 EGLDisplay dpy, in eglInitialize() 186 EGLDisplay dpy in eglTerminate() 192 EGLDisplay dpy, in eglQueryString() 198 EGLDisplay dpy, in eglGetConfigs() 209 EGLDisplay dpy, in eglChooseConfig() 222 EGLDisplay dpy, in eglGetConfigAttrib() 232 EGLDisplay dpy, in _eglCreateWindowSurface() 240 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture() 247 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 282 EGLDisplay dpy, in eglCreatePbufferSurface() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 118 #define VALIDATE_DISPLAY(dpy,ret) \ argument 123 #define VALIDATE_DISPLAY_INIT(dpy,ret) \ argument 194 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t() 350 EGLDisplay dpy; member 404 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() 459 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() 530 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() 826 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t() 915 egl_pbuffer_surface_t* egl_pbuffer_surface_t::create(EGLDisplay dpy, in create() 1105 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() [all …]
|
/aosp_15_r20/external/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.c | 54 #define uniDRICheckExtension(dpy,i,val) \ argument 114 uniDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in uniDRIQueryVersion() argument 147 uniDRIQueryDirectRenderingCapable(dpy, screen, isCapable) in uniDRIQueryDirectRenderingCapable() argument 178 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString) in uniDRIOpenConnection() argument 228 uniDRIAuthConnection(dpy, screen, magic) in uniDRIAuthConnection() argument 260 uniDRICloseConnection(dpy, screen) in uniDRICloseConnection() argument 283 uniDRIGetClientDriverName(dpy, screen, ddxDriverMajorVersion, in uniDRIGetClientDriverName() argument 335 uniDRICreateContextWithConfig(dpy, screen, configID, context, hHWContext) in uniDRICreateContextWithConfig() argument 371 uniDRICreateContext(dpy, screen, visual, context, hHWContext) in uniDRICreateContext() argument 385 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext() local [all …]
|
/aosp_15_r20/external/mesa3d/src/glx/apple/ |
H A D | appledri.c | 51 #define AppleDRICheckExtension(dpy,i,val) \ argument 95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() 129 XAppleDRIQueryExtension(dpy, event_basep, error_basep) in XAppleDRIQueryExtension() argument 149 XAppleDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in XAppleDRIQueryVersion() argument 182 XAppleDRIQueryDirectRenderingCapable(dpy, screen, isCapable) in XAppleDRIQueryDirectRenderingCapable() argument 213 XAppleDRIAuthConnection(dpy, screen, magic) in XAppleDRIAuthConnection() argument 245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid) in XAppleDRICreateSurface() argument 284 XAppleDRIDestroySurface(dpy, screen, drawable) in XAppleDRIDestroySurface() argument 308 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable, in XAppleDRICreateSharedBuffer() 357 XAppleDRISwapBuffers(Display * dpy, int screen, Drawable drawable) in XAppleDRISwapBuffers() [all …]
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 68 EGLDisplay dpy = window->getDisplay(); in runMultithreadedGLTest() local 198 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 271 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 391 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 444 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 499 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 549 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 682 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 876 EGLDisplay dpy = window->getDisplay(); in textureThreadFunction() local 988 EGLDisplay dpy = window->getDisplay(); in mainThreadDraw() local [all …]
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_EGL14.cpp | 173 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_… in android_eglInitialize() 249 (JNIEnv *_env, jobject _this, jobject dpy) { in android_eglTerminate() 262 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I() 272 …(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint conf… in android_eglGetConfigs() 347 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobj… in android_eglChooseConfig() 467 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, ji… in android_eglGetConfigAttrib() 523 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() 597 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture() 679 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferSurface() 738 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() [all …]
|