Lines Matching defs:access
178 GLenum access, bool resident)
189 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_TRUE);
201 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_FALSE);
910 _mesa_MakeImageHandleResidentARB_no_error(GLuint64 handle, GLenum access)
917 make_image_handle_resident(ctx, imgHandleObj, access, true);
921 _mesa_MakeImageHandleResidentARB(GLuint64 handle, GLenum access)
934 if (access != GL_READ_ONLY &&
935 access != GL_WRITE_ONLY &&
936 access != GL_READ_WRITE) {
938 "glMakeImageHandleResidentARB(access)");
961 make_image_handle_resident(ctx, imgHandleObj, access, true);