Searched defs:vdpSurface (Results 1 – 3 of 3) sorted by relevance
/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() 94 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *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() 166 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, in st_vdpau_video_surface_dma_buf() 189 const void *vdpSurface, GLuint index) in st_vdpau_map_surface() 265 const void *vdpSurface, GLuint index) in st_vdpau_unmap_surface()
|
D | st_vdpau.h | 55 const void *vdpSurface, GLuint index) {} in st_vdpau_map_surface() 60 const void *vdpSurface, GLuint index) {} in st_vdpau_unmap_surface()
|
/third_party/mesa3d/src/mesa/main/ |
D | vdpau.c | 55 const GLvoid *vdpSurface; member 118 const GLvoid *vdpSurface, GLenum target, in register_surface() 194 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterVideoSurfaceNV() 210 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, in _mesa_VDPAURegisterOutputSurfaceNV()
|