/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() 147 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface) in st_vdpau_output_surface_dma_buf() argument 159 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK) in st_vdpau_output_surface_dma_buf() 166 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, in st_vdpau_video_surface_dma_buf() argument 179 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK) in st_vdpau_video_surface_dma_buf() 189 const void *vdpSurface, GLuint index) in st_vdpau_map_surface() argument 199 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface); in st_vdpau_map_surface() [all …]
|
D | st_vdpau.h | 43 const void *vdpSurface, GLuint index); 48 const void *vdpSurface, GLuint index); 55 const void *vdpSurface, GLuint index) {} in st_vdpau_map_surface() argument 60 const void *vdpSurface, GLuint index) {} in st_vdpau_unmap_surface() argument
|
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 55 const GLvoid *vdpSurface; member 118 const GLvoid *vdpSurface, GLenum target, in register_surface() argument 145 surf->vdpSurface = vdpSurface; in register_surface() 194 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterVideoSurfaceNV() argument 205 return register_surface(ctx, false, vdpSurface, target, in _mesa_VDPAURegisterVideoSurfaceNV() 210 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterOutputSurfaceNV() argument 221 return register_surface(ctx, true, vdpSurface, target, in _mesa_VDPAURegisterOutputSurfaceNV() 387 surf->vdpSurface, j); in _mesa_VDPAUMapSurfacesNV() 435 surf->vdpSurface, j); in _mesa_VDPAUUnmapSurfacesNV()
|
/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 | 11478 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC) (const void *vdpSurface, … 11479 typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPROC) (const void *vdpSurface,… 11489 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterVideoSurfaceNV (const void *vdpSurface, GLenum targe… 11490 GLAPI GLvdpauSurfaceNV APIENTRY glVDPAURegisterOutputSurfaceNV (const void *vdpSurface, GLenum targ… 11502 …PFNGLVDPAUREGISTERVIDEOSURFACEWITHPICTURESTRUCTURENVPROC) (const void *vdpSurface, GLenum target, … 11504 …PIENTRY glVDPAURegisterVideoSurfaceWithPictureStructureNV (const void *vdpSurface, GLenum target, …
|
/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…
|
/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…
|