Searched refs:eglCreateImageKHR (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DWL_bind_wayland_display.spec40 provides a new target for eglCreateImageKHR, to create an EGLImage
65 Accepted as <target> in eglCreateImageKHR
69 Accepted in the <attrib_list> parameter of eglCreateImageKHR:
157 planes by calling eglCreateImageKHR with wl_buffer as
H A DMESA_drm_image.spec71 Accepted in the <target> parameter of eglCreateImageKHR:
119 Import a shared buffer by calling eglCreateImageKHR with
126 1. Why don't we use eglCreateImageKHR with a target that
129 RESOLVED: The eglCreateImageKHR entry point is reserved for
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DWL_bind_wayland_display.spec40 provides a new target for eglCreateImageKHR, to create an EGLImage
65 Accepted as <target> in eglCreateImageKHR
69 Accepted in the <attrib_list> parameter of eglCreateImageKHR:
157 planes by calling eglCreateImageKHR with wl_buffer as
H A DMESA_drm_image.spec71 Accepted in the <target> parameter of eglCreateImageKHR:
119 Import a shared buffer by calling eglCreateImageKHR with
126 1. Why don't we use eglCreateImageKHR with a target that
129 RESOLVED: The eglCreateImageKHR entry point is reserved for
/xsrc/external/mit/mesa-demos/dist/src/egl/oes_vg/
H A Dtex2vgimage.c34 static PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR = NULL; variable in typeref:typename:PFNEGLCREATEIMAGEKHRPROC
68 if (eglCreateImageKHR == NULL)
76 eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR");
78 if ((!eglCreateImageKHR) || (!eglDestroyImageKHR))
275 eglman->egl_image = (EGLImageKHR)eglCreateImageKHR(eglman->dpy, eglman->es_ctx, EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)eglman->texture, NULL);
H A Dvgimage2tex.c31 static PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR = NULL; variable in typeref:typename:PFNEGLCREATEIMAGEKHRPROC
65 if (eglCreateImageKHR == NULL)
73 eglCreateImageKHR = (PFNEGLCREATEIMAGEKHRPROC)eglGetProcAddress("eglCreateImageKHR");
75 if ((!eglCreateImageKHR) || (!eglDestroyImageKHR))
255 eglman->egl_image = (EGLImageKHR)eglCreateImageKHR(eglman->dpy, eglman->vg_ctx, EGL_VG_PARENT_IMAGE_KHR, (EGLClientBuffer)eglman->vg_image, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglentrypoint.h15 EGL_ENTRYPOINT(eglCreateImageKHR)
H A Deglapi.c1708 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function in typeref:typename:EGLImage EGLAPIENTRY
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglentrypoint.h15 EGL_ENTRYPOINT(eglCreateImageKHR)
H A Deglapi.c1752 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, function in typeref:typename:EGLImage EGLAPIENTRY
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtexture_from_pixmap.c66 PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR; member in struct:app_data
207 data->img = data->eglCreateImageKHR(data->dpy, EGL_NO_CONTEXT,
337 data->eglCreateImageKHR =
338 (PFNEGLCREATEIMAGEKHRPROC) eglGetProcAddress("eglCreateImageKHR");
342 !data->eglCreateImageKHR || !data->eglDestroyImageKHR) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.3.rst48 Crash in eglCreateImageKHR with huge texture size
H A D11.2.0.rst205 Crash in eglCreateImageKHR with huge texture size
H A D12.0.0.rst100 Crash in eglCreateImageKHR with huge texture size
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.c235 image = eglCreateImageKHR(glamor_egl->display,
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglext.h192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h1313 #define eglCreateImageKHR epoxy_eglCreateImageKHR macro
H A Degl_generated_dispatch.c802 0, // eglCreateImageKHR
4075 430 /* "eglCreateImageKHR" */,
4076 430 /* "eglCreateImageKHR" */,
4078 return egl_provider_resolver(entrypoint_strings + 430 /* "eglCreateImageKHR" */,
5037 GEN_THUNKS_RET(EGLImageKHR, eglCreateImageKHR, (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list), (dpy, ctx, target, buffer, attrib_list))
5186 epoxy_eglCreateImageKHR_dispatch_table_rewrite_ptr, /* eglCreateImageKHR */

Completed in 41 milliseconds