Home | History | Annotate | Download | only in main

Lines Matching defs:access

49    GLenum access, state;
143 surf->access = GL_READ_WRITE;
307 _mesa_VDPAUSurfaceAccessNV(GLintptr surface, GLenum access)
322 if (access != GL_READ_ONLY && access != GL_WRITE_ONLY &&
323 access != GL_READ_WRITE) {
334 surf->access = access;
381 ctx->Driver.VDPAUMapSurface(ctx, surf->target, surf->access,
429 ctx->Driver.VDPAUUnmapSurface(ctx, surf->target, surf->access,