Lines Matching defs:access
53 GLenum access, state;
147 surf->access = GL_READ_WRITE;
311 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access)
326 if (access != GL_READ_ONLY && access != GL_WRITE_ONLY &&
327 access != GL_READ_WRITE) {
338 surf->access = access;
385 st_vdpau_map_surface(ctx, surf->target, surf->access,
433 st_vdpau_unmap_surface(ctx, surf->target, surf->access,