Lines Matching defs:access
50 GLenum access, state;
144 surf->access = GL_READ_WRITE;
308 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access)
323 if (access != GL_READ_ONLY && access != GL_WRITE_ONLY &&
324 access != GL_READ_WRITE) {
335 surf->access = access;
382 ctx->Driver.VDPAUMapSurface(ctx, surf->target, surf->access,
430 ctx->Driver.VDPAUUnmapSurface(ctx, surf->target, surf->access,