Searched defs:vdpSurface (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dvdpau.c51 const GLvoid *vdpSurface; member in struct:vdp_surface
114 const GLvoid *vdpSurface, GLenum target,
141 surf->vdpSurface = vdpSurface;
190 _mesa_VDPAURegisterVideoSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
201 return register_surface(ctx, false, vdpSurface, target,
206 _mesa_VDPAURegisterOutputSurfaceNV(const GLvoid *vdpSurface, GLenum target, argument
217 return register_surface(ctx, true, vdpSurface, target,
383 surf->vdpSurface, j);
431 surf->vdpSurface,
113 register_surface(struct gl_context *ctx, GLboolean isOutput, const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c59 st_vdpau_video_surface_gallium(struct gl_context *ctx, const void *vdpSurface, argument
75 buffer = f((uintptr_t)vdpSurface);
92 st_vdpau_output_surface_gallium(struct gl_context *ctx, const void *vdpSurface) argument
103 pipe_resource_reference(&res, f((uintptr_t)vdpSurface));
143 st_vdpau_output_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface) argument
155 if (f((uintptr_t)vdpSurface, &desc) != VDP_STATUS_OK)
162 st_vdpau_video_surface_dma_buf(struct gl_context *ctx, const void *vdpSurface, argument
175 if (f((uintptr_t)vdpSurface, index, &desc) != VDP_STATUS_OK)
185 const void *vdpSurface, GLuint index)
196 res = st_vdpau_output_surface_dma_buf(ctx, vdpSurface);
182 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) argument
246 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) argument
[all...]

Completed in 125 milliseconds