/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_vdpau.c | 61 st_vdpau_video_surface_gallium(struct gl_context *ctx, const void *vdpSurface, in st_vdpau_video_surface_gallium() argument 77 buffer = f((uintptr_t)vdpSurface); in st_vdpau_video_surface_gallium() 94 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *vdpSurface) in st_vdpau_output_surface_gallium() argument 105 pipe_resource_reference(&res, f((uintptr_t)vdpSurface)); in st_vdpau_output_surface_gallium() 146 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface) in st_vdpau_output_surface_dma_buf() argument 158 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK) in st_vdpau_output_surface_dma_buf() 165 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, in st_vdpau_video_surface_dma_buf() argument 178 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK) in st_vdpau_video_surface_dma_buf() 188 const void *vdpSurface, GLuint index) in st_vdpau_map_surface() argument 200 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface); in st_vdpau_map_surface() [all …]
|
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 52 const GLvoid *vdpSurface; member 115 const GLvoid *vdpSurface, GLenum target, in register_surface() argument 142 surf->vdpSurface = vdpSurface; in register_surface() 191 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterVideoSurfaceNV() argument 202 return register_surface(ctx, false, vdpSurface, target, in _mesa_VDPAURegisterVideoSurfaceNV() 207 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterOutputSurfaceNV() argument 218 return register_surface(ctx, true, vdpSurface, target, in _mesa_VDPAURegisterOutputSurfaceNV() 384 surf->vdpSurface, j); in _mesa_VDPAUMapSurfacesNV() 432 surf->vdpSurface, j); in _mesa_VDPAUUnmapSurfacesNV()
|
D | vdpau.h | 44 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, 49 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target,
|
D | dd.h | 1129 const GLvoid *vdpSurface, GLuint index); 1134 const GLvoid *vdpSurface, GLuint index);
|
/third_party/openGLES/extensions/NV/ |
D | NV_vdpau_interop2.txt | 59 vdpauSurfaceNV VDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, 78 vdpauSurfaceNV VDPAURegisterVideoSurfaceNV (const void *vdpSurface, 83 vdpauSurfaceNV VDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, 90 be taken from the VdpVideoSurface <vdpSurface>. <target> must be 101 VdpChromaType of <vdpSurface>, as defined in table 8.7.1. 186 <vdpSurface> parameter of VDPAURegisterVideoSurfaceWithPictureStructureNV
|
D | NV_vdpau_interop.txt | 71 vdpauSurfaceNV VDPAURegisterVideoSurfaceNV (const void *vdpSurface, 76 vdpauSurfaceNV VDPAURegisterOutputSurfaceNV (const void *vdpSurface, 174 vdpauSurfaceNV VDPAURegisterVideoSurfaceNV (const void *vdpSurface, 180 be taken from the VdpVideoSurface <vdpSurface>. <target> must be 187 VdpChromaType of <vdpSurface>, as defined in table 3.8.3.1. 209 vdpauSurfaceNV VDPAURegisterOutputSurfaceNV (const void *vdpSurface, 215 be taken from the VdpOutputSurface vdpSurface. <target> must be one 222 VdpRGBAFormat of <vdpSurface>, as defined in table 3.8.3.2. 437 <vdpSurface> parameter of VDPAURegisterVideoSurfaceNV or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_vdpau_interop.txt | 71 vdpauSurfaceNV VDPAURegisterVideoSurfaceNV (const void *vdpSurface, 76 vdpauSurfaceNV VDPAURegisterOutputSurfaceNV (const void *vdpSurface, 174 vdpauSurfaceNV VDPAURegisterVideoSurfaceNV (const void *vdpSurface, 180 be taken from the VdpVideoSurface <vdpSurface>. <target> must be 187 VdpChromaType of <vdpSurface>, as defined in table 3.8.3.1. 209 vdpauSurfaceNV VDPAURegisterOutputSurfaceNV (const void *vdpSurface, 215 be taken from the VdpOutputSurface vdpSurface. <target> must be one 222 VdpRGBAFormat of <vdpSurface>, as defined in table 3.8.3.2. 437 <vdpSurface> parameter of VDPAURegisterVideoSurfaceNV or
|
/third_party/mesa3d/include/GL/ |
D | glext.h | 11354 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 11355 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 11365 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 11366 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ… 11378 …PFNGLVDPAUREGISTERVIDEOSURFACEWITHPICTURESTRUCTURENVPROC) (const void *vdpSurface, GLenum target, … 11380 …PIENTRY glVDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, GLenum target, …
|
/third_party/openGLES/api/GL/ |
D | glext.h | 11388 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 11389 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 11399 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 11400 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ… 11412 …PFNGLVDPAUREGISTERVIDEOSURFACEWITHPICTURESTRUCTURENVPROC) (const void *vdpSurface, GLenum target, … 11414 …PIENTRY glVDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, GLenum target, …
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl_glext.h | 9747 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 9748 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 9758 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 9759 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ…
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glext.h | 11101 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 11102 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 11112 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 11113 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ…
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glext.h | 11100 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 11101 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 11111 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 11112 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ…
|